Skip to content

Commit

Permalink
Added missing Cargo.toml entries
Browse files Browse the repository at this point in the history
  • Loading branch information
buj committed Aug 23, 2024
1 parent 7a481ea commit 86f4add
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Check

on:
push:
Expand Down
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[package]
name = "discord-backup-util"
version = "0.1.0"
authors = ["buj"]
license = "AGPL3-or-later"
description = "A tiny tool to backup stuff to Discord"
readme = "README.md"
homepage = "https://github.com/5GameMaker/discord-backup-util"
repository = "https://github.com/5GameMaker/discord-backup-util"
keywords = ["cli", "discord"]
categories = ["command-line-utilities"]
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 86f4add

Please sign in to comment.