btrfs_explorer/btrfs_parse_derive/Cargo.toml

15 lines
267 B
TOML
Raw Normal View History

2024-02-28 05:57:20 +00:00
[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