feat(sync): add typed presence projection
req: sync/001 req: sync/005
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "hemx-sync-macros"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "2", features = ["full"] }
|
||||
Reference in New Issue
Block a user