changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / rust/btrfsutil/Cargo.toml

revision 0: 35b3dcda7839
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/rust/btrfsutil/Cargo.toml	Thu Oct 12 22:36:34 2023 -0400
     1.3@@ -0,0 +1,9 @@
     1.4+### src/sys/btrfsutil/Cargo.toml --- libbtrfsutil Rust bindings
     1.5+[package]
     1.6+name = "btrfsutil-sys"
     1.7+version = "0.1.0"
     1.8+edition = "2021"
     1.9+[lib]
    1.10+path = "lib.rs"
    1.11+[build-dependencies]
    1.12+bindgen = "0.66.1"