Add more metadata to Cargo.toml
This commit is contained in:
parent
f326ea59da
commit
33cb815296
@ -2,6 +2,11 @@
|
|||||||
name = "skyums-protocol"
|
name = "skyums-protocol"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = [ "Nicolás A. Ortega Froysa" ]
|
||||||
|
description = "An implementation of Skyum's Protocol."
|
||||||
|
readme = "./README.md"
|
||||||
|
repository = "https://gitlab.com/naortega/skyums-protocol"
|
||||||
|
license = "Zlib"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user