stax/Cargo.toml

15 lines
295 B
TOML
Raw Normal View History

2024-04-12 23:36:32 +00:00
[package]
name = "stax-cli"
edition = "2021"
2024-04-13 00:12:34 +00:00
publish = ["staxman"]
version = "0.1.1"
2024-04-12 23:49:41 +00:00
license = "AGPL-3.0-only"
2024-04-12 23:36:32 +00:00
[workspace]
members = ["libstax"]
[dependencies]
tokio = { version = "1", features = ["full"] }
argh = "0.1.12"
2024-04-13 00:32:38 +00:00
libstax = { path = "libstax", registry = "staxman", version = "0.1" }