From e3d0f924a416365ea12d8ace8569664cbb09dba5 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 20 Jan 2024 00:37:36 +0800 Subject: initial version --- Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] + +# 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 -- cgit v1.2.3