summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-23 16:57:33 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-23 16:57:33 +0800
commit7525fe0834e47bef425135e8cda1d576c44060a5 (patch)
tree0d9367b7f0aa0b3542f165095c10ab698b3b2c05 /Cargo.toml
parent277bc93f84b298c7cb24e136f67eb237fb3a68a2 (diff)
Initialize Rust project with Markdown AST structure
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a07da3d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "MarkDialog"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]