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

12 lines
298 B

[package]
name = "lockchain-server"
version = "0.1.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
[dependencies]
lockchain-core = { path = "../lockchain-core" }
lockchain-files = { path = "../lockchain-files" }
lockchain-http = { path = "../lockchain-http" }
clap = "2.0"
insult = "2.0.3"