specify license

This commit is contained in:
glyph 2022-08-11 11:44:14 +01:00
parent 5fa3264462
commit 0f91fd8b2c
3 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ 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"

View File

@ -40,4 +40,4 @@ I can be reached via email: [glyph@mycelial.technology](mailto:glyph@mycelial.te
## License
TBD.
MIT.

View File

@ -56,7 +56,7 @@
//!
//! ## License
//!
//! TBD.
//! MIT.
mod db;
mod routes;