diff options
| author | 2026-01-18 16:17:50 +0800 | |
|---|---|---|
| committer | 2026-01-18 16:17:50 +0800 | |
| commit | c659689bc0052a5acdf0e5c80286e8bcb1d43302 (patch) | |
| tree | 6aa72445a9b5e63c0402588401068d0b2d81c1c3 /Cargo.toml | |
| parent | 30a7da9eb1734e19bdb98083bdaae757e0ce9b3a (diff) | |
| download | DropOut-c659689bc0052a5acdf0e5c80286e8bcb1d43302.tar.gz DropOut-c659689bc0052a5acdf0e5c80286e8bcb1d43302.zip | |
chore(ci): setup semifold
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f5a676e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["src-tauri"] +resolver = "3" |