Skip to content
Snippets Groups Projects
Cargo.toml 378 B
Newer Older
StarArawn's avatar
StarArawn committed
[package]
name = "kayak_render_macros"
version = "0.1.0"
edition = "2021"

[lib]
proc-macro = true

StarArawn's avatar
StarArawn committed
[features]
default = []

StarArawn's avatar
StarArawn committed
[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"
proc-macro-error = "1.0"
proc-macro-crate = "1.1"
StarArawn's avatar
StarArawn committed

[dev-dependencies]
kayak_core = { path = "../kayak_core", version = "0.1.0" }
pretty_assertions = "0.3.4"