natter/Cargo.toml

12 lines
304 B
TOML
Raw Normal View History

2023-10-18 23:03:45 +00:00
[package]
name = "writer"
2023-10-18 23:07:12 +00:00
version = "0.0.1"
2023-10-18 23:03:45 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-18 23:12:20 +00:00
clap = "4.4.6"
2023-10-18 23:07:12 +00:00
organic = "0.1.12"
2023-10-18 23:12:20 +00:00
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread"] }