commit 08c09225ee3ceb21cdff97441499a03034942f9e
parent fc6bcd41b6ed883a0f6f8a5ce11899fd4d144eca
Author: Marcel <mtrnord1@gmail.com>
Date: Tue, 26 May 2020 16:58:33 +0200
Add some fields to the cargo config
Took 1 minute
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -3,6 +3,9 @@ name = "yew-wasm-pack-template"
version = "0.2.0"
authors = ["Yew Maintainers <maintainers@yew.rs"]
edition = "2018"
+license = "AGPL-v3.0"
+repository = "https://github.com/MTRNord/Daydream"
+description = "A Matrix Web client written in Rust"
[lib]
crate-type = ["cdylib", "rlib"]