enso/lib/rust/prelude/macros/Cargo.toml
Paweł Grabarz f14b79f8cf
Rust bump, reduce dependencices (#10803)
Updated rust version, removed some unnecessary or problematic dependencies. Ported some changes from bazel branch.
2024-08-13 23:16:55 +00:00

26 lines
560 B
TOML

[package]
name = "enso-macros"
version = "0.2.7"
authors = ["Enso Team <enso-dev@enso.org>"]
edition = "2021"
description = "Common macros used in Enso codebase."
homepage = "https://github.com/enso-org/enso"
repository = "https://github.com/enso-org/enso"
license-file = "../../../LICENSE"
[lib]
proc-macro = true
[features]
default = []
[dependencies]
enso-macro-utils = { path = "../../macro-utils" }
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }
convert_case = { workspace = true }
[lints]
workspace = true