diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-10-09 02:46:49 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-10-09 02:46:49 +0200 |
| commit | dd8ebae66fd362691ce175882b68b9c8501c0c19 (patch) | |
| tree | 3d2a7ac25687c079f63577cb81cda1b55f49b9b1 /Cargo.toml | |
| download | mum-dd8ebae66fd362691ce175882b68b9c8501c0c19.tar.gz | |
initial commit
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..29512d0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "mum" +version = "0.1.0" +authors = ["Gustav Sörnäs <gustav@sornas.net>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
