diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-20 22:39:05 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-20 22:39:05 +0200 |
| commit | 51bb82df499e35cdc13d33dd24eca85d7abd0aaf (patch) | |
| tree | a5545009cc9a649b3c707281f7b198fd451133de /Cargo.toml | |
| download | zmodn-rs-51bb82df499e35cdc13d33dd24eca85d7abd0aaf.tar.gz zmodn-rs-51bb82df499e35cdc13d33dd24eca85d7abd0aaf.zip | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e9a1d2d --- /dev/null +++ b/Cargo.toml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | [package] | ||
| 2 | name = "zmodn-rs" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | |||
| 6 | [dependencies] | ||
