changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/krypt/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 0abefe2a369b
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "krypt"
3 version = "0.1.0"
4 edition = "2021"
5 [dependencies]
6 crypto = { path = "../crypto" }
7 hash = { path = "../hash" }
8 obj = { path = "../obj", features = ["oauth"] }
9 # sxp = { path = "../sxp" }
10 keyutils = "0.4"
11 zeroize = "1.7"
12 secret-service = { version = "3.0.1", features = ["rt-tokio-crypto-rust"] }
13 serde = { version = "1.0.200", features = ["derive"] }
14 log = "0.4.21"