first commit
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "JE-Skin-Cli"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
clap = "4.6.1"
|
||||
fern = {version = "0.7.1", features=["colored", "date-based"]}
|
||||
humantime = "2.3.0"
|
||||
log = "0.4.29"
|
||||
tokio = {version = "1.52.1", features=["full"]}
|
||||
tokio-serial = "5.4.5"
|
||||
tokio-util = "0.7.18"
|
||||
csv = "1.4.0"
|
||||
chrono = "0.4.44"
|
||||
crc = "3.4.0"
|
||||
async-trait = "0.1.89"
|
||||
serde = { version = "1.0.228", features=["derive"]}
|
||||
serde_json = "1.0.149"
|
||||
Reference in New Issue
Block a user