Skip to content

Commit

Permalink
build(cargo): specify metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Oct 1, 2023
1 parent 7f2c729 commit a1cb8d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/project-base-directory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "project-base-directory"
version = { workspace = true }
edition = { workspace = true }
license = "MIT"
description = "An implementation of a common base directory system for software projects."
homepage = "https://github.com/justinrubek/project-runner"
repository = "https://github.com/justinrubek/project-runner"

[dependencies]
gix = { version = "0.54.1", optional = true }
Expand Down

0 comments on commit a1cb8d9

Please sign in to comment.