From 12d08d599a41b15e0a20113d1a521c8c3a232e79 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 9 Feb 2026 10:31:14 +0800 Subject: Initialize MarkDialog project with parser and workspace structure --- player/Cargo.toml | 6 ++++++ player/src/lib.rs | 1 + 2 files changed, 7 insertions(+) create mode 100644 player/Cargo.toml create mode 100644 player/src/lib.rs (limited to 'player') diff --git a/player/Cargo.toml b/player/Cargo.toml new file mode 100644 index 0000000..192dcfa --- /dev/null +++ b/player/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "markdialog_player" +workspaces.version = true +edition = "2024" + +[dependencies] diff --git a/player/src/lib.rs b/player/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/player/src/lib.rs @@ -0,0 +1 @@ + -- cgit