diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 18:22:20 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 23:59:58 +0200 |
commit | 43655648a602b5b21e10dc69726d0d351bec8056 (patch) | |
tree | 39a2d11066355556006e7f61cd8cf1044377a21b /templates/rust/Cargo.toml | |
parent | refactor(rust): Move to template dir (diff) | |
download | flake-templates-43655648a602b5b21e10dc69726d0d351bec8056.tar.gz flake-templates-43655648a602b5b21e10dc69726d0d351bec8056.zip |
feat(rust): Update to my SOTA
Diffstat (limited to 'templates/rust/Cargo.toml')
-rw-r--r-- | templates/rust/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml new file mode 100644 index 0000000..6813ae1 --- /dev/null +++ b/templates/rust/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "TODO" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |