Skip to content

Commit

Permalink
use published sbd
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed May 7, 2024
1 parent 1c2a395 commit e0a4fee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ webpki-roots = { version = "0.23.0" }
webrtc = { version = "0.10.1" }
zip = { version = "0.6.4", default-features = false, features = [ "deflate" ] }

[patch.crates-io]
sbd-e2e-crypto-client = { path = "../sbd/rust/sbd-e2e-crypto-client" }
sbd-server = { path = "../sbd/rust/sbd-server" }
#[patch.crates-io]
#sbd-e2e-crypto-client = { path = "../sbd/rust/sbd-e2e-crypto-client" }
#sbd-server = { path = "../sbd/rust/sbd-server" }
3 changes: 1 addition & 2 deletions crates/tx5-signal/examples/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ fn init_tracing() {
async fn main() {
init_tracing();

/*
let sig_url = std::env::args().collect::<Vec<_>>();
let sig_url = sig_url.get(1).expect("expect sig_url");
let sig_url = url::Url::parse(sig_url).expect("expect sig_url to be a url");

tracing::info!(%sig_url);

/*
let (cli, _rcv) = tx5_signal::Cli::builder()
.with_url(sig_url)
.build()
Expand Down

0 comments on commit e0a4fee

Please sign in to comment.