You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postsack/postsack-web/Cargo.toml

18 lines
459 B
TOML

[package]
name = "postsack-web"
version = "1.0.0"
edition = "2021"
description = "Provides a high level visual overview of swaths of email"
[lib]
crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ps-gui = { path = "../ps-gui" }
ps-core = { path = "../ps-core" }
serde = { version = "1.0.131", features = ["derive"]}
wasm-bindgen = "*"
console_error_panic_hook = "0.1.7"