bok/bok-macro/Cargo.toml
Luca Fulchir ba5e30e502
move repos to export/import base
Signed-off-by: Luca Fulchir <luca.fulchir@runesauth.com>
2024-11-16 12:39:45 +01:00

20 lines
523 B
TOML

[package]
name = "bok-macro"
version = "0.1.0"
edition = "2021"
authors = ["Luca Fulchir <luca.fulchir@runesauth.com>"]
homepage = "https://git.runesauth.com/RunesAuth/bok"
repository = "https://git.runesauth.com/RunesAuth/bok"
license = "Apache-2.0 WITH LLVM-exception"
keywords = [ "bok" ]
categories = [ "config" ]
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0", features = [ "full" ] }
quote = { version = "1.0" }
proc-macro2 = "1.0"
macro_magic = { version = "0.5", features = [ "proc_support" ] }