diff options
| author | Yuval Adam <_@yuv.al> | 2021-12-13 11:42:43 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-12-13 11:42:43 +0200 |
| commit | 5a46767e2798a02a4d902814e703bbf4a868528e (patch) | |
| tree | 0abcf35891e7c2a790577c7e8675e747f54c9dbe /Cargo.toml | |
Initial m17 package
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..591ad9f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "m17" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
