binnpatch/macro/Cargo.toml

18 lines
345 B
TOML
Raw Permalink Normal View History

2022-08-27 17:23:52 +00:00
[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]