appmgr: publish to crates.io

This commit is contained in:
Aiden McClelland
2021-06-14 14:29:09 -06:00
committed by Aiden McClelland
parent 8fba85277a
commit 6e314f4ca9
2 changed files with 17 additions and 4 deletions

4
appmgr/Cargo.lock generated
View File

@@ -598,8 +598,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "embassy"
version = "0.3.0"
name = "embassy-os"
version = "0.3.0-pre.0"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -1,8 +1,21 @@
[package]
authors = ["Aiden McClelland <me@drbonez.dev>"]
description = "The core of the Start9 Embassy Operating System"
documentation = "https://docs.rs/embassy-os"
edition = "2018"
name = "embassy"
version = "0.3.0"
keywords = [
"self-hosted",
"raspberry-pi",
"privacy",
"bitcoin",
"full-node",
"lightning",
]
license = "Start9 Personal Use License v1.0"
name = "embassy-os"
readme = "README.md"
repository = "https://github.com/Start9Labs/embassy-os"
version = "0.3.0-pre.0"
[lib]
name = "embassy"