btrfs_explorer/btrfs_parse_derive/Cargo.toml
2024-02-28 00:57:20 -05:00

15 lines
267 B
TOML

[package]
name = "btrfs_parse_derive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.32"
syn = "2.0.27"
[lib]
proc-macro = true