summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml9
2 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index be758b3..a8f9183 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,7 +82,7 @@ checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
[[package]]
name = "markdialog"
-version = "0.0.0"
+version = "0.1.0"
dependencies = [
"markdialog_converter",
"markdialog_player",
diff --git a/Cargo.toml b/Cargo.toml
index 9b8d785..9d01bec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,15 @@
[package]
name = "markdialog"
edition = "2024"
+version = "0.1.0"
+authors = ["Weicao-CatilGrass"]
+description = "Write your story with Markdown!"
+repository = "https://github.com/CatilGrass/MarkDialog"
+license-file = "LICENSE-MIT"
+readme = "README.md"
+keywords = ["dialog", "markdown", "avg_game"]
+categories = ["game-development"]
+publish = true
[workspace]
package.version = "0.1.0"