treewide: move application-specific crates to crates/

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I47d36cb7d1dec5ab0c892190015cfc576a6a6964
This commit is contained in:
raf 2026-02-18 23:39:44 +03:00
commit 6e772ffefb
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
31 changed files with 2106 additions and 2108 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "pscand-macros"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }