open/Cargo.toml

15 lines
289 B
TOML
Raw Normal View History

2021-06-07 20:44:12 -04:00
[package]
name = "open"
2022-05-24 08:39:06 -04:00
version = "0.6.0"
2021-06-16 21:52:22 -04:00
authors = ["Valerie Wolfe <sleeplessval@gmail.com>"]
2021-06-07 20:44:12 -04:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
configparser = "3.0.0"
2022-05-24 08:39:06 -04:00
[profile.release]
strip = "debuginfo"