chore: migrate source code from old repo to this repo

This commit is contained in:
2025-01-26 15:03:24 +01:00
parent 39f757991a
commit 96ac2aa979
8 changed files with 2544 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "georm-macros"
description = "Macro support for Georm. Not intended to be used directly."
version.workspace = true
license.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
[lib]
proc-macro = true
[dependencies]
deluxe = "0.5.0"
proc-macro2 = "1.0.93"
quote = "1.0.38"
syn = "2.0.96"