binnpatch/macro/Cargo.toml

18 lines
345 B
TOML

[package]
name = "binnpatch_macro"
version = "0.1.0"
edition = "2021"
authors = ["b4tman <b4tm4n@mail.ru>"]
readme = "../README.md"
repository = "https://gitea.b4tman.ru/b4tman/binnpatch"
license = "MIT"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]