From 7525fe0834e47bef425135e8cda1d576c44060a5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Apr 2026 16:57:33 +0800 Subject: Initialize Rust project with Markdown AST structure --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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] -- cgit