Update readme and cargo.toml
This commit is contained in:
parent
8f41a4d306
commit
93b1d97166
3 changed files with 33 additions and 28 deletions
|
@ -1,7 +1,11 @@
|
|||
[package]
|
||||
name = "matrixserver"
|
||||
version = "0.1.0"
|
||||
name = "conduit"
|
||||
description = "A Matrix homeserver written in Rust"
|
||||
license = "AGPL-3.0"
|
||||
authors = ["timokoesters <timo@koesters.xyz>"]
|
||||
homepage = "https://conduit.rs"
|
||||
readme = "README.md"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue