git.delta.rocks / unique-network / refs/commits / 74b1ef40cf52

difftreelog

source

crates/struct-versioning/Cargo.toml177 Bsourcehistory
1[package]2edition = "2021"3name = "struct-versioning"4version = "0.1.0"56[dependencies]7quote = "1.0.33"8syn = { version = "1.0", features = ["full"] }910[lib]11proc-macro = true