mirror of
https://codeberg.org/icewind/comma-separated.git
synced 2026-06-03 10:14:14 +02:00
10 lines
292 B
TOML
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]
|