diff options
Diffstat (limited to '_prototype/player/Cargo.toml')
| -rw-r--r-- | _prototype/player/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_prototype/player/Cargo.toml b/_prototype/player/Cargo.toml new file mode 100644 index 0000000..69108fd --- /dev/null +++ b/_prototype/player/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "markdialog_player" +edition = "2024" +version.workspace = true + +[dependencies] |
