mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 21:21:32 +03:00
15 lines
279 B
TOML
15 lines
279 B
TOML
|
[package]
|
||
|
name = "enso-json-to-struct"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Enso Team <contact@enso.org>"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
enso-prelude = { path = "../prelude" }
|
||
|
serde = { version = "1.0" }
|
||
|
serde_json = { workspace = true }
|
||
|
proc-macro2 = "1.0"
|