nix-config/templates/rust/Cargo.toml
Bruno BELANYI 9caee54f2b
Some checks failed
ci/woodpecker/push/check Pipeline failed
WIP: templates: add rust
TODO: find out if I can use the `cargoLock` FOD to run `clippy`.
2023-05-10 13:19:13 +00:00

8 lines
176 B
TOML

[package]
name = "project"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]