natter/Cargo.toml

13 lines
445 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:26:04 +00:00
# TODO: maybe error-context, suggestions, usage | env
clap = { version = "4.4.6", default-features = false, features = ["std", "color", "help", "derive"] }
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"] }