summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-10 18:19:29 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-10 18:19:29 +0800
commitb3d5cb80d3d08ba3c1fb49760feeb9182aa1a0e9 (patch)
treef09daaf9e44cf550adaf6cf932a41f0aaa4c9ebf /Cargo.toml
parent5b40f44e53d8616b15756c623233abf6b2083899 (diff)
Bump version to 0.1.0 and add package metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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"