diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f535598 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "kbackup-cow" +version = "0.1.0" +edition = "2021" +authors = ["Keuin <[email protected]>"] + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[lib] +crate_type = ["cdylib"] +path = "src/lib/lib.rs" + +[dependencies] +jni = "0.21.1" +log = "0.4.20" +env_logger = "0.10.2" +nix = "0.27.1"
\ No newline at end of file |