mirror of
https://github.com/enso-org/enso.git
synced 2025-01-03 01:36:33 +03:00
15 lines
264 B
TOML
15 lines
264 B
TOML
|
[package]
|
||
|
name = "ensogl-derive-theme"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Enso Team <contact@enso.org>"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
ensogl-core = { version = "0.1.0", path = "../../../core" }
|
||
|
proc-macro2 = "1.0"
|
||
|
syn = "1.0"
|
||
|
quote = "1.0"
|