add required metadata for publishing to Cargo.toml
This commit is contained in:
parent
2a029c4dd7
commit
55a6462dd9
@ -3,6 +3,9 @@ name = "metasearch"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "src/build.rs"
|
build = "src/build.rs"
|
||||||
|
description = "a cute metasearch engine"
|
||||||
|
license = "CC0-1.0"
|
||||||
|
repository = "https://github.com/mat-1/metasearch2"
|
||||||
|
|
||||||
# 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