commit
6c54873ca2
34 changed files with 5502 additions and 0 deletions
14
owl_macro/Cargo.toml
Normal file
14
owl_macro/Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "owl_macro"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1"
|
||||
syn = { version = "2", features = ["full"] }
|
||||
proc-macro2 = "1"
|
||||
convert_case = "0.6"
|
||||
heck = "0.5.0"
|
Loading…
Add table
Add a link
Reference in a new issue