mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
21 lines
439 B
TOML
21 lines
439 B
TOML
[package]
|
|
name = "graphene-hash-derive"
|
|
description = "#[derive(CacheHash)]"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
graphene-hash = { path = "..", features = ["derive"] }
|