From 8c3a6f63aa66d0d18dcbddb4baae80859a0ff847 Mon Sep 17 00:00:00 2001 From: Valerie Date: Tue, 11 Jul 2023 09:44:20 -0400 Subject: [PATCH] version bump and updated README --- Cargo.toml | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c0e9ec..aaf7a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 973e6f9..4727916 100644 --- a/README.md +++ b/README.md @@ -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