From b3d5cb80d3d08ba3c1fb49760feeb9182aa1a0e9 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 10 Feb 2026 18:19:29 +0800 Subject: Bump version to 0.1.0 and add package metadata --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') 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" -- cgit