stax/Cargo.toml
Hamcha 1094eafa45
Some checks failed
Build and push libstax and stax-cli to cargo registry / build (push) Failing after 2s
cargo!!
2024-04-13 02:12:34 +02:00

15 lines
293 B
TOML

[package]
name = "stax-cli"
edition = "2021"
publish = ["staxman"]
version = "0.1.1"
license = "AGPL-3.0-only"
[workspace]
members = ["libstax"]
[dependencies]
tokio = { version = "1", features = ["full"] }
argh = "0.1.12"
libstax = { path = "libstax", registry = "staxman", version = "*" }