lykin/Cargo.toml

26 lines
670 B
TOML
Raw Permalink Normal View History

[package]
name = "lykin"
version = "0.1.0"
edition = "2021"
2022-08-11 07:28:37 +00:00
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"]
2022-08-11 10:44:14 +00:00
license = "MIT"
[dependencies]
async-std = "1.10"
bincode = "1.3"
2022-05-16 13:32:58 +00:00
chrono = "0.4"
env_logger = "0.9"
2022-05-16 13:32:58 +00:00
futures = "0.3"
2022-08-11 07:28:37 +00:00
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"] }
2022-05-16 13:32:58 +00:00
serde = "1"
serde_json = "1"
sled = "0.34"
2022-08-11 07:28:37 +00:00
xdg = "2.4.1"