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]
|
2021-11-25 12:53:36 -05:00
|
|
|
configparser = "3.0.0"
|
2022-05-24 08:39:06 -04:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
strip = "debuginfo"
|
|
|
|
|