Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "bounded_macro"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.46"
|
||||
syn = { version = "2.0.118", features = ["full"] }
|
||||
Reference in New Issue
Block a user