nourl/Cargo.toml
Rasmus Melchior Jacobsen 30fe4d7b75 Formatting
2023-02-24 09:28:46 +01:00

15 lines
399 B
TOML

[package]
name = "nourl"
version = "0.1.1"
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 / Apache-2.0"
keywords = ["embedded", "url", "no_std"]
exclude = [".github"]
[dependencies]
defmt = { version = "0.3", optional = true }