[workspace] members = [ "ostp-core", "ostp-client", "ostp-server", "ostp-jni", "ostp", "ostp-tun-helper" , "ostp-tun"] exclude = ["ostp-gui/src-tauri", "ostp-brain", "ostp-prober"] resolver = "2" [workspace.package] edition = "2021" license = "AGPL-3.0" version = "0.4.1" [workspace.dependencies] anyhow = "1.0" bytes = "1.6" chacha20poly1305 = "0.10" rand = "0.8" snow = { version = "0.9", features = ["risky-raw-split"] } thiserror = "1.0" tokio = { version = "1.37", features = ["rt-multi-thread", "macros", "net", "time", "io-util", "sync", "signal"] } tracing = "0.1" sha2 = "0.10" hmac = "0.12" portable-atomic = "1.10"