diff --git a/Cargo.lock b/Cargo.lock index ed1014967..9585d2c4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4531,43 +4531,6 @@ dependencies = [ "xous-ipc 0.9.56 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "sigchat" -version = "0.1.0" -dependencies = [ - "chat", - "codec", - "com", - "com_rs 0.1.0 (git+https://github.com/betrusted-io/com_rs?rev=891bdd3ca8e41f81510d112483e178aea3e3a921)", - "content-plugin-api", - "gam", - "graphics-server", - "ime-plugin-api", - "ime-plugin-shell", - "llio", - "locales", - "log", - "modals", - "net", - "num-derive", - "num-traits", - "pddb", - "percent-encoding", - "rkyv", - "rustls", - "serde", - "tls", - "trng", - "tungstenite", - "ureq", - "url", - "xous 0.9.56 (registry+https://github.com/rust-lang/crates.io-index)", - "xous-api-log", - "xous-api-names", - "xous-api-ticktimer", - "xous-ipc 0.9.56 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "signature" version = "1.4.0" diff --git a/Cargo.toml b/Cargo.toml index 6bc1c7802..8b594229a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,6 @@ members = [ "apps/mtxchat", "apps/mtxcli", "apps/repl", - "apps/sigchat", "apps/vault", "apps/vault/tools/vaultbackup-rs", "apps/transientdisk",