summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-02 02:55:40 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-02 02:55:40 -0400
commitf67e624dc3e122a1574726e4dfc2cb077dcefe38 (patch)
treeb1a6b11aa9710e5e83847aa5ed92aafc426a961d /Cargo.toml
parentec1c9885038262a13552d1a791318de5e3345411 (diff)
License and packaging stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 46b1563..f646014 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,12 @@ name = "dmn"
version = "0.0.1"
edition = "2021"
description = "CLI and library for DMs and other players of Advanced Dungeons & Dragons (AD&D)"
+license = "AGPL-3.0-only"
authors = ["David Gay <eapoems@riseup.net>"]
repository = "https://git.aikuro.net/poems/dmn"
+homepage = "https://demonidol.com/dmn"
+keywords = ["adnd", "dnd", "ttrpg", "rpg", "cli"]
+categories = ["command-line-utilities", "games"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html