summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f535598af4d7a2ef512bbfee000fdb6d3aadff6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"