harmony/harmony_macros/Cargo.toml
Ian Letourneau 6119355681
All checks were successful
Run Check Script / check (pull_request) Successful in 59s
feat: add remote_url! and local_folder! macros to make Url easier to create
2025-09-05 15:10:45 -04:00

22 lines
402 B
TOML

[package]
name = "harmony_macros"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[lib]
proc-macro = true
[dependencies]
harmony_types = { path = "../harmony_types" }
quote = "1.0.37"
serde = "1.0.217"
serde_yaml = "0.9.34"
syn = "2.0.90"
cidr.workspace = true
url.workspace = true
[dev-dependencies]
serde = { version = "1.0.217", features = ["derive"] }