open/Cargo.toml

11 lines
249 B
TOML
Raw Normal View History

2021-06-07 20:44:12 -04:00
[package]
name = "open"
version = "0.5.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"