mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
10 lines
No EOL
243 B
TOML
10 lines
No EOL
243 B
TOML
[package]
|
|
name = "libips"
|
|
version = "0.1.0"
|
|
authors = ["Till Wegmueller <toasterson@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
regex = "1.3.7" |