Browse Source

update cargo metadata

master
Schneider 4 years ago
parent
commit
bebb69ce8f
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 4
      Cargo.toml

4
Cargo.toml

@ -2,8 +2,12 @@
name = "gitig"
version = "0.1.4"
authors = ["Marcel Schneider <marcel@webschneider.org>"]
description = "A cli utility to manage gitignore files easily"
edition = "2018"
license = "MIT"
keywords = ["git", "gitignore", "cli"]
categories = ["command-line-utilities", "development-tools", "filesystem"]
repository = "https://git.schneider-hosting.de/schneider/gitig"
[dependencies]
log = "0.4"

Loading…
Cancel
Save