2025-06-26 08:14:27 +09:00
|
|
|
[package]
|
2025-08-24 12:08:01 +09:00
|
|
|
name = "caretta-sync-macros"
|
2025-06-26 08:14:27 +09:00
|
|
|
edition.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
heck = "0.5.0"
|
|
|
|
proc-macro2 = "1.0.95"
|
|
|
|
quote = "1.0.40"
|
|
|
|
syn = { version = "2.0.104", features = ["full"] }
|
2025-06-27 08:42:45 +09:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
chrono.workspace = true
|
2025-08-24 12:08:01 +09:00
|
|
|
caretta-sync-core.workspace = true
|
2025-06-27 08:42:45 +09:00
|
|
|
sea-orm.workspace = true
|
2025-07-03 08:28:59 +09:00
|
|
|
tokio.workspace = true
|
2025-08-24 16:31:15 +09:00
|
|
|
uuid.workspace = true
|