~chiefnoah/bare_proc

f19b5e383f1d4e829973e49419afc8ecc9b5806e — Noah Pederson 7 months ago 685864e
ADD fields for publishing crate
1 files changed, 7 insertions(+), 0 deletions(-)

M Cargo.toml
M Cargo.toml => Cargo.toml +7 -0
@@ 3,6 3,13 @@ name = "bare_proc"
version = "0.1.0"
edition = "2021"

description = "A proc macro to generate Rust types from a BARE schema file."
license-file = "LICENSE"
homepage = "https://git.sr.ht/~chiefnoah/bare_proc"
repository = "https://git.sr.ht/~chiefnoah/bare_proc"
documentation = "https://docs.rs/bare_proc/0.1.0/bare_proc/"
readme = "README.md"

[lib]
proc-macro = true