Skip to content

Commit

Permalink
chore: add more infos to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brodo committed Aug 22, 2022
1 parent 9c48a48 commit c982f63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "json_env"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description ="`json_env` loads an environment variables from a file called `.env.json` in the current directory and starts a subprocess with them."
homepage = "https://github.com/brodo/json_env"
repository = "https://github.com/brodo/json_env.git"
readme = "Readme.md"
categories = ["command-line-utilities", "development-tools"]
tags = ["env", "dotenv", "direnv"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit c982f63

Please sign in to comment.