Implement file renaming

This commit is contained in:
Pascal Le Merrer 2026-01-19 14:13:52 +01:00
parent 18d8003f4a
commit e583d4e4cb
11 changed files with 291 additions and 18 deletions

5
src-tauri/package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"@tauri-apps/plugin-os": "^2.3.2"
}
}