mcst/Cargo.toml
Gregory Ballantine da099a11ce
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added the 'new' command which creates the scaffolding for a server instance
2022-09-19 16:57:10 -04:00

12 lines
299 B
TOML

[package]
name = "mcst"
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 = "3.2", features = ["derive"] }
reqwest = { version = "0.11", features = ["blocking"] }
shellexpand = "2.1"