bfile/filed/Cargo.toml

14 lines
318 B
TOML
Raw Normal View History

2023-09-29 12:15:07 +02:00
[package]
name = "filed"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenvy = "0.15.7"
femme = "2.2.1"
log = "0.4.20"
tokio = { version = "1.32.0", features = ["rt", "macros", "rt-multi-thread"] }
warp = "0.3.6"