feat: add OSA script for getting current browser url

This commit is contained in:
Alice Carroll
2024-09-05 14:10:33 +03:00
parent c8c0c86c96
commit b5b90e621f
6 changed files with 165 additions and 7 deletions
+2
View File
@@ -15,7 +15,9 @@ name = "app_lib"
tauri-build = { version = "2.0.0-rc.6", features = [] }
[dependencies]
osakit = { version = "0.2.3", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri = { version = "2.0.0-rc.6", features = [] }
tauri-plugin-fs = { version = "2.0.0-rc.1", features = ["watch"] }
thiserror = "1.0.63"