aboutsummaryrefslogtreecommitdiffhomepage
path: root/oxish-graviola/Cargo.toml
blob: 0b762e9321a98f01ba7ae48883f9f7d9eba1aeeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "oxish-graviola"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"

[dependencies]
graviola = { workspace = true }
proto = { package = "oxish-proto", version = "0.1", path = "../oxish-proto" }
zeroize = { workspace = true }

[lints]
workspace = true