mirror of
https://github.com/Phundrak/georm.git
synced 2026-07-29 04:19:18 +02:00
chore: migrate source code from old repo to this repo
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user