version bump and updated README

This commit is contained in:
Valerie Wolfe 2023-07-11 09:44:20 -04:00
parent 9f53d08f7e
commit 8c3a6f63aa
2 changed files with 4 additions and 2 deletions

View file

@ -1,11 +1,12 @@
[package]
name = "config"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pico-args = "0.5.0"
toml = "0.5.9"
[profile.release]

View file

@ -5,5 +5,6 @@
## Libraries
- `toml` — configuration file parsing
- [pico-args](https://crates.io/crates/pico-args) — argument parsing
- [toml](https://crates.io/crates/toml) — TOML file parsing