[package] name = "remote" version = "0.1.0" edition = "2024" [dependencies] bitcode = "0.6.7" chrono = "0.4.42" client = { version = "0.1.0", path = "../client" } database = { version = "0.1.0", path = "../database" } droplet-rs = "0.7.3" gethostname = "1.0.2" hex = "0.4.3" http = "1.3.1" log = "0.4.28" md5 = "0.8.0" reqwest = "0.12.23" reqwest-websocket = "0.5.1" serde = "1.0.228" serde_with = "3.15.0" tauri = "2.8.5" url = "2.5.7" utils = { version = "0.1.0", path = "../utils" }