add required metadata for publishing to Cargo.toml

This commit is contained in:
mat 2024-06-30 23:08:52 -05:00
parent 2a029c4dd7
commit 55a6462dd9

View File

@ -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