summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md25
2 files changed, 26 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 39437c3..f2af371 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "dmn"
version = "0.1.0"
edition = "2021"
-description = "A CLI and library to assist with Advanced Dungeons & Dragons (AD&D)"
+description = "CLI and library for DMs and other players of Advanced Dungeons & Dragons (AD&D)"
authors = ["David Gay <eapoems@riseup.net>"]
repository = "https://git.aikuro.net/poems/dmn"
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ac965c4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+# dmn
+
+Command line interface and library for DMs and other players of Advanced Dungeons & Dragons (AD&D).
+
+This tool is meant specifically for **original, by the book AD&D**. For more information
+about the kind of AD&D dmn is meant for, see https://demonidol.com.
+
+## Hacking
+
+This is my first Rust project. I haven't even finished reading the Rust book yet. Advice, criticism,
+and patches are more than welcome.
+
+The project repo is found at https://git.aikuro.net/poems/dmn. You can send
+[pull requests](https://git-scm.com/docs/git-request-pull) via email to
+[eapoems@riseup.net](mailto:eapoems@riseup.net). I will set you as the author of the commit.
+
+## License
+
+See the `LICENSE` file.
+
+## Legal
+
+The author(s) of dmn acknowledge all copyrights, trademarks, and registered trademarks
+detailed in dmn that do not belong to the author(s) of dmn and make no challenges to the
+ownership of said property rights.