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-core/Cargo.toml

25 lines
602 B

[package]
name = "lockchain-core"
description = "Provides common abstractions for the lockchain crate ecoystem"
documentation = "https://docs.rs/lockchain-core"
homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-core"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
version = "0.9.1-alpha.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
serde_derive = "1.0"
serde_json = "1.0"
serde = "1.0"
nix = "0.11"
pam-auth = "0.5"
base64 = "0.8"
bcrypt = "0.2"
rand = "0.4"
blake2 = "0.7"
keybob = "0.3"