diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:48:15 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:48:15 +0200 |
commit | 4f2b735472eb921b5edd91c502e0a47d5e4d0cd2 (patch) | |
tree | 35aed5a8f6b650431071e7447565ab6795b790a6 /build/rust/Cargo.toml | |
parent | fix(cog.toml): Update to the newest state (diff) | |
download | flake-templates-4f2b735472eb921b5edd91c502e0a47d5e4d0cd2.tar.gz flake-templates-4f2b735472eb921b5edd91c502e0a47d5e4d0cd2.zip |
chore(build): Update
Diffstat (limited to 'build/rust/Cargo.toml')
-rw-r--r-- | build/rust/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/rust/Cargo.toml b/build/rust/Cargo.toml new file mode 100644 index 0000000..dd6c3be --- /dev/null +++ b/build/rust/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "%INIT_APPLICATION_NAME" +description = "%INIT_DESCRIPTION" +version = "%INIT_APPLICATION_VERSION" +edition = "2021" +license = "%INIT_SPDX_LICENSE_IDENTIFER" +homepage = "%INIT_APPLICATION_HOMEPAGE" +repository = "%INIT_APPLICATION_SOURCE_CODE_REPOSITORY" +# TODO +# categories = [""] +# keywords = ["", ""] + + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[dependencies] |