add cargo.toml
This commit is contained in:
parent
a7bbbe95cc
commit
93fcdbeca6
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[package]
|
||||||
|
name = "sim_card_batcher"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
csv = "1.1"
|
||||||
|
serde = { version = "1.0.152", features = ["derive"] }
|
||||||
|
clap = { version = "4.0", features = ["derive"] }
|
||||||
|
colored = "2"
|
||||||
Loading…
x
Reference in New Issue
Block a user