prusatool-rs/Cargo.toml
sigil-03 64e9a2eced initial commit
NOTE:
Info command works
2024-03-14 19:16:45 -06:00

14 lines
407 B
TOML

[package]
name = "prusatool-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
reqwest = { version = "0.11.26", features = ["blocking"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
thiserror = "1.0.58"
toml = "0.8.11"