changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/btrfs/Cargo.toml

changeset 0: 35b3dcda7839
author: ellis <ellis@rwest.io>
date: Thu, 12 Oct 2023 22:36:34 -0400
permissions: -rw-r--r--
description: comp/core init
1 ### src/sys/btrfs/Cargo.toml --- libbtrfs Rust bindings
2 [package]
3 name = "btrfs-sys"
4 version = "0.1.0"
5 edition = "2021"
6 [lib]
7 path = "lib.rs"
8 [build-dependencies]
9 bindgen = "0.66.1"