Skip to content

Commit

Permalink
flesh out Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed Dec 1, 2024
1 parent e9e9c02 commit 3c1df78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
name = "envparse"
version = "0.1.0"
edition = "2021"
authors = ["Thom Chiovoloni <thom@shift.click>"]
readme = "README.md"
description = "Parse compile-time environment variables into `const`s"
rust-version = "1.82.0"
license = "Unlicense OR MIT OR Apache-2.0"
homepage = "https://github.com/thomcc/envparse"
repository = "https://github.com/thomcc/envparse"
keywords = ["env", "environment", "variable", "parse", "define"]
categories = ["config", "development-tools::build-utils"]

[dev-dependencies]
compiletest_rs = "0.11.1"

0 comments on commit 3c1df78

Please sign in to comment.