Skip to content

Commit

Permalink
chore: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 30, 2023
1 parent 353cc6d commit 0f1faa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[package]
name = "serde-env-field"
version = "0.1.4"
version = "0.2.0"
edition = "2021"
authors = ["Daniel Shiposha"]
license = "MIT"
repository = "https://github.com/mrshiposha/serde-env-field"
description = "A helper for serde deserialization with environment variables expansion"
documentation = "https://docs.rs/serde-env-field/latest/serde_env_field/"
categories = ["encoding"]
keywords = ["serde", "environment-variables", "env", "proc-macro"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 0f1faa3

Please sign in to comment.