lykin/Cargo.toml

26 lines
670 B
TOML

[package]
name = "lykin"
version = "0.1.0"
edition = "2021"
authors = ["glyph <glyph@mycelial.technology>"]
readme = "README.md"
description = "Symbiosis of SSB, key-value store and web server."
repository = "https://git.coopcloud.tech/glyph/lykin"
keywords = ["scuttlebutt", "ssb", "decentralized", "peer-for-peer", "p4p"]
license = "MIT"
[dependencies]
async-std = "1.10"
bincode = "1.3"
chrono = "0.4"
env_logger = "0.9"
futures = "0.3"
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" }
log = "0.4"
rocket = "0.5.0-rc.1"
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
serde = "1"
serde_json = "1"
sled = "0.34"
xdg = "2.4.1"