You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
392 B
TOML

[package]
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "sky_macros"
version = "0.8.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
# external deps
6 months ago
proc-macro2 = "1.0.79"
8 months ago
quote = "1.0.35"
1 year ago
syn = { version = "1.0.109", features = ["full"] }
libsky = { path = "../libsky" }