Add some fiells to Cargo.toml
This commit is contained in:
parent
c50c07c9c4
commit
c4620dfe3f
|
@ -2,6 +2,8 @@
|
||||||
name = "nourl"
|
name = "nourl"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "A simple Url primitive for no_std environments"
|
||||||
|
readme = "README.md"
|
||||||
repository = "https://github.com/rmja/nourl"
|
repository = "https://github.com/rmja/nourl"
|
||||||
authors = ["Rasmus Melchior Jacobsen <rmja@laesoe.org>"]
|
authors = ["Rasmus Melchior Jacobsen <rmja@laesoe.org>"]
|
||||||
license = "Apache-2.0 or MIT"
|
license = "Apache-2.0 or MIT"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user