diff options
author | gennyble <gen@nyble.dev> | 2023-12-27 05:34:40 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-12-27 05:34:40 -0600 |
commit | 0eefb6b385e78b142f691833c856c1cda01f20a0 (patch) | |
tree | 672411b8c5bdb54cab45141c7b927edb06688b7b /Cargo.toml | |
download | cutie-0eefb6b385e78b142f691833c856c1cda01f20a0.tar.gz cutie-0eefb6b385e78b142f691833c856c1cda01f20a0.zip |
parses
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..f8822b4 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "cutie" +version = "0.1.0" +edition = "2021" +license = "ISC" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |