mCaptcha/frontend/Cargo.toml
realaravinth 2ce8a46a3f
panel
2021-04-05 16:38:32 +05:30

16 lines
439 B
TOML

[package]
name = "frontend"
version = "0.1.0"
authors = ["realaravinth <realaravinth@batsense.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sailfish = { version = "0.3.2", features = ["derive"]}
tokio = { version = "1.4.0", features = [ "rt-multi-thread", "macros", "fs", "test-util" ]}
pretty_env_logger = "0.4"
log = "0.4"
lazy_static = "1.4"