mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
16 lines
234 B
TOML
16 lines
234 B
TOML
[package]
|
|
name = "ere-platform-trait"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
digest.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[lints]
|
|
workspace = true
|