wakaran 0.1.1

Silly little i18n crate that reads YAML at compile time
Documentation
[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dependencies.yaml-rust]
package = "yaml-rust2"
version = "0.9"

[features]
serde = []

[lib]
name = "wakaran"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Silly little i18n crate that reads YAML at compile time"
edition = "2021"
license = "MPL-2.0"
name = "wakaran"
readme = "README.md"
repository = "https://github.com/UnrelatedString/wakaran"
version = "0.1.1"