From 369bf07cbb36d8e72025014bfd4ddc52d9049fde Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 18 Jun 2023 16:32:47 +0200 Subject: Chore: Initial commit --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..523883c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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.26", features = ["alloc"] } +clap = { version = "4.3.4", features = ["derive"] } +convert_case = "0.6.0" +serde = { version = "1.0.164", features = ["derive"] } +serde_derive = "1.0.164" +toml = "0.7.4" -- cgit 1.4.1