nourl/Cargo.toml
Rasmus Melchior Jacobsen 7348a7e7b8 reverse licenses
2023-01-30 12:08:31 +01:00

14 lines
355 B
TOML

[package]
name = "nourl"
version = "0.1.0"
edition = "2021"
description = "A simple Url primitive for no_std environments"
readme = "README.md"
repository = "https://github.com/rmja/nourl"
authors = ["Rasmus Melchior Jacobsen <rmja@laesoe.org>"]
license = "MIT or Apache-2.0"
keywords = ["embedded", "url", "no_std"]
exclude = [".github"]
[dependencies]