This commit is contained in:
nora 2024-06-27 18:59:08 +02:00
parent 1721d6a45a
commit 9bab547bcf
20 changed files with 1305 additions and 0 deletions

14
old-stuff/pm/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "pm"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.49"
quote = "1.0.23"
syn = { version = "1.0.107", features = ["full", "fold"] }