natter/Cargo.toml

13 lines
445 B
TOML
Raw Normal View History

2023-10-18 19:03:45 -04:00
[package]
name = "writer"
2023-10-18 19:07:12 -04:00
version = "0.0.1"
2023-10-18 19:03:45 -04:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-18 19:26:04 -04:00
# TODO: maybe error-context, suggestions, usage | env
clap = { version = "4.4.6", default-features = false, features = ["std", "color", "help", "derive"] }
2023-10-18 19:07:12 -04:00
organic = "0.1.12"
2023-10-18 19:12:20 -04:00
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread"] }