bok/bok-utils/Cargo.toml
Luca Fulchir 11ecc75393
Display a package
Signed-off-by: Luca Fulchir <luca.fulchir@runesauth.com>
2024-03-27 11:34:43 +01:00

21 lines
611 B
TOML

[package]
name = "bok-utils"
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" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bok = { path = "../bok" }
bok-macro = { path = "../bok-macro" }
proc-macro2 = "1.0"
quote = "1.0"
prettyplease = "0.2"
syn = { version = "2", features = [ "full", "parsing" ] }