diff options
| author | 2026-01-23 20:48:13 +0800 | |
|---|---|---|
| committer | 2026-01-23 20:48:13 +0800 | |
| commit | ef560813c68c113325d8d84ff13cd419eb6583df (patch) | |
| tree | 3511fba96367fa569c2011bc1a0b6face8bd9ab9 /src-tauri/Cargo.toml | |
| parent | cef90795b844a8c5a9cbc4f037a0b11c4d2918fc (diff) | |
| download | DropOut-ef560813c68c113325d8d84ff13cd419eb6583df.tar.gz DropOut-ef560813c68c113325d8d84ff13cd419eb6583df.zip | |
feat(ts-bindings): fix ts bindings naming convention
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 08537ab..cf92627 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/HydroRoll-Team/DropOut" publish = false [dependencies] +dropout-macros = { version = "0.1.0", path = "../crates/macros" } serde = { version = "1.0", features = ["derive"] } toml = "0.5" log = "0.4" |