Cargo: Add crate metadata
This commit is contained in:
parent
d1f1c0bf74
commit
b5206c40a6
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
name = "random-file"
|
name = "random-file"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = [ "networkException <git@nwex.de>" ]
|
||||||
|
license = "BSD-2-Clause"
|
||||||
|
repository = "https://gitlab.upi.li/networkException/random-file"
|
||||||
|
|
||||||
# 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 a new issue