Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
obvMellow committed Aug 1, 2024
1 parent 3596426 commit ea4d1f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[package]
name = "hardcpy"
version = "0.1.0"
description = "Simple backup tool written in Rust"
authors = ["Deniz Demir <darkenedMellow@protonmail.com>"]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/obvMellow/hardcpy"
repository = "https://github.com/obvMellow/hardcpy"
keywords = ["cli", "backup"]
categories = ["command-line-utilities"]
edition = "2021"

[dependencies]
Expand Down

0 comments on commit ea4d1f6

Please sign in to comment.