diff options
| author | pks <pks@users.noreply.github.com> | 2026-02-27 12:09:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-27 12:09:49 +0100 |
| commit | e7189f97ec29bd576fe79a260fa0e8cd25dcc968 (patch) | |
| tree | 227bc72ff0f7f72b8c6b3e6f735d922dd13da147 /rs/Cargo.toml | |
| parent | c13b5650ac4bee7e674d263fcb778599bb449bff (diff) | |
| parent | 1377ffbdd2791e50cb3ca21d11c8c21febdbf911 (diff) | |
Claude
Diffstat (limited to 'rs/Cargo.toml')
| -rw-r--r-- | rs/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rs/Cargo.toml b/rs/Cargo.toml new file mode 100644 index 0000000..e37f06f --- /dev/null +++ b/rs/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "odenwald" +version = "0.1.0" +edition = "2021" + +[dependencies] +clap = { version = "4", features = ["derive"] } +serde = { version = "1", features = ["derive"] } +serde_json = "1" |
