changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / rust/sys/btrfsutil/Cargo.toml

revision 8: 1227f932b628
parent 0: 35b3dcda7839
child 67: 0ccbbd142694
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/rust/sys/btrfsutil/Cargo.toml	Tue Oct 17 20:36:37 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"