···11+# This file is automatically @generated by Cargo.
22+# It is not intended for manual editing.
33+version = 3
44+55+[[package]]
66+name = "example-rust"
77+version = "0.0.1"
+8
templates/rust/Cargo.toml
···11+[package]
22+name = "example-rust"
33+version = "0.0.1"
44+license = "MIT"
55+description = "A example rust project using nix"
66+homepage = "https://github.com/"
77+authors = []
88+edition = "2021"