summary refs log tree commit diff stats
path: root/Cargo.toml
blob: b74b73a9f62661df66ba9828a29a47573fbaa378 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lpm"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4.37", features = ["alloc"] }
clap = { version = "4.5.4", features = ["derive"] }
convert_case = "0.6.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_derive = "1.0.197"
toml = "0.8.12"