Upload files to "clif"
This commit is contained in:
parent
aa1ecd778c
commit
e053d2ac67
13
clif/Cargo.toml
Normal file
13
clif/Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[package]
|
||||||
|
name = "clif"
|
||||||
|
version = "0.2.0"
|
||||||
|
edition = "2024"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
tokio = { version = "1.0", features = ["full"] }
|
||||||
|
rmp-serde = "0.15"
|
||||||
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
serde_json = "1.0"
|
||||||
|
toml = "0.7"
|
||||||
|
colored = "2.0"
|
||||||
|
rustyline = "10.0"
|
Loading…
x
Reference in New Issue
Block a user