Add some fiells to Cargo.toml

This commit is contained in:
Rasmus Melchior Jacobsen 2023-01-30 12:03:40 +01:00
parent c50c07c9c4
commit c4620dfe3f

View File

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