2021-04-06 19:16:53 +02:00
|
|
|
[package]
|
|
|
|
authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
|
2023-06-26 21:25:49 +02:00
|
|
|
edition = "2021"
|
2022-04-12 22:30:58 +02:00
|
|
|
# If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards)
|
2021-04-10 18:12:49 +02:00
|
|
|
name = "rust-nix-template"
|
2021-04-10 18:10:57 +02:00
|
|
|
version = "0.1.0"
|
2021-04-06 19:16:53 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-07-23 16:07:10 +02:00
|
|
|
clap = { version = "4.3.14", features = ["derive"] }
|