worker

This commit is contained in:
JMARyA 2025-03-07 20:04:58 +01:00
parent 5cb4facc48
commit e3393f1e09
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 841 additions and 48 deletions

13
comrade-macro/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "comrade-macro"
version = "0.1.0"
edition = "2024"
[dependencies]
proc-macro2 = "1.0.94"
quote = "1.0.39"
serde_json = "1.0.140"
syn = { version = "2.0.99", features = ["full"] }
[lib]
proc-macro = true