My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/development/tools/cargo-workspace2/tests/resources/lockchain-client/Cargo.toml

13 lines
499 B

[package]
name = "lockchain-client"
description = "Client side component of the lockchain stack. Decrypts records and provides a Rust API to use them."
version = "0.0.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
documentation = "https://docs.rs/lockchain-client"
homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-client"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies]
lockchain-core = { version = "0.9.0" } #, path = "../lockchain-core" }