comma-separated/Cargo.toml
Robin Appelman 404f6730d0
Some checks failed
CI / checks (push) Failing after 3s
specify licence
2024-11-28 21:01:00 +01:00

10 lines
292 B
TOML

[package]
name = "comma-separated"
version = "0.1.0"
edition = "2021"
description = "Iterator over a comma-seperated string, ignoring any commas inside quotes"
repository = "https://github.com/icewind1991/comma-separated"
rust-version = "1.56.1"
license = "MIT OR Apache-2.0"
[dependencies]