diff options
Diffstat (limited to 'Cargo.toml.orig')
| -rw-r--r-- | Cargo.toml.orig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig new file mode 100644 index 0000000..c26f988 --- /dev/null +++ b/Cargo.toml.orig @@ -0,0 +1,14 @@ +[package] +name = "nomcup" +description = "Library to parse PKGBUILD files used by pacman the package manager" +version = "0.1.0" +licence = "GPL-3.0-or-later" +license-file = "LICENSE" +repository = "https://github.com/ejiek/nomcup/" +readme = "README.md" +authors = ["Vlad Petrov <ejiek@mail.ru>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
