mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
appmgr: publish to crates.io
This commit is contained in:
committed by
Aiden McClelland
parent
8fba85277a
commit
6e314f4ca9
4
appmgr/Cargo.lock
generated
4
appmgr/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user