mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
feat(models): basic rust impl
This commit is contained in:
parent
0862964305
commit
3e194d7c8a
7 changed files with 479 additions and 2 deletions
13
lib/model_macros/Cargo.toml
Normal file
13
lib/model_macros/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "model_macros"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
syn = "2.0"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue