diff options
Diffstat (limited to 'nix/pkgs/vokobe/Cargo.toml')
-rw-r--r-- | nix/pkgs/vokobe/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nix/pkgs/vokobe/Cargo.toml b/nix/pkgs/vokobe/Cargo.toml new file mode 100644 index 0000000..9c01d4e --- /dev/null +++ b/nix/pkgs/vokobe/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "vokobe" +version = "0.1.3" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +regex = "1.10.3" +structopt = "0.3" |