version bump and updated README
This commit is contained in:
parent
9f53d08f7e
commit
8c3a6f63aa
2 changed files with 4 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue