summaryrefslogtreecommitdiffhomepage
path: root/oxish-graviola/Cargo.toml
blob: 97dcf3564cdeef63f406370ee4c91d72a3021db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "oxish-graviola"
version = "0.1.0-rc.1"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"
description = "graviola crypto provider for OxiSH"
repository = "https://github.com/djc/oxish"
readme = "../README.md"
keywords = ["ssh", "protocol", "cryptography"]
categories = ["network-programming", "cryptography"]

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

[lints]
workspace = true