[package] name = "bok-utils" version = "0.1.0" edition = "2021" authors = ["Luca Fulchir "] 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" }