diff options
| author | Yuval Adam <_@yuv.al> | 2019-10-21 19:23:50 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-10-21 19:23:50 +0300 |
| commit | 7ca288c04729fdf6d1286418861bd1de5d0d228f (patch) | |
| tree | b318327a1cefad131fbff8b76312ba36b2edf09c /Cargo.toml | |
| parent | 8e9fe87a56db80747dd3f0ada6136fddeb8d7224 (diff) | |
Add everything and copy release
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2cbf344 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "foo" +version = "0.1.0" +authors = ["Yuval Adam <_@yuv.al>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
