blob: 2fdee0c2f7e9794968aa8071280be298361051f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "oxish-graviola"
version = "0.1.0-rc.1"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"
[dependencies]
graviola = { workspace = true }
proto = { package = "oxish-proto", version = "=0.1.0-rc.1", path = "../oxish-proto" }
zeroize = { workspace = true }
[lints]
workspace = true
|