initlal project setup
This commit is contained in:
commit
505bfbbb5d
6 changed files with 2146 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "mcsm"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.6.6", features = ["derive"] }
|
||||
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
|
||||
reqwest = { version = "0.13.4", features = ["json"] }
|
||||
serde = { version = "1.0.229", features = ["derive"] }
|
||||
tokio = { version = "1.53.1", features = ["full"] }
|
||||
toml = "1.1.4"
|
||||
Loading…
Add table
Add a link
Reference in a new issue