summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-22 20:24:18 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-22 20:24:18 +0800
commit277bc93f84b298c7cb24e136f67eb237fb3a68a2 (patch)
tree3a678677882e9884a2a17fa828358d1c9fd3dd9c /Cargo.toml
parent3e3ffa97985ed588ef46e007edb7507189a65e8e (diff)
Move prototype files to _prototype directoryHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index 64a5913..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-[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"]
-categories = ["game-development"]
-publish = true
-
-[workspace]
-package.version = "0.1.0"
-members = [
- "player", # Dialog Player
- "converter" # Markdown Converter
-]
-
-[lib]
-proc-macro = true
-
-[dependencies]
-syn = { version = "2.0", features = ["full", "visit-mut"] }
-quote = "1.0"
-proc-macro2 = "1.0"
-sha2 = "0.10"