diff --git a/Cargo.lock b/Cargo.lock index 20652d4..ceea5ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1194,6 +1194,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "memflow-registry-client" version = "0.1.0" +source = "git+https://github.com/memflow/memflow-registry#8d4797312fcdb2301add81bd57db6745977775ef" dependencies = [ "log", "memflow-registry-shared", @@ -1204,6 +1205,7 @@ dependencies = [ [[package]] name = "memflow-registry-shared" version = "0.1.0" +source = "git+https://github.com/memflow/memflow-registry#8d4797312fcdb2301add81bd57db6745977775ef" dependencies = [ "chrono", "constcat", diff --git a/Cargo.toml b/Cargo.toml index 2501a2c..79f6113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,8 @@ which = "6.0" crates_io_api = { version = "0.9.0", default-features = false, features = ["rustls"] } # memflow-registry -memflow-registry-client = { path = "../memflow-registry/memflow-registry-client" } +#memflow-registry-client = { path = "../memflow-registry/memflow-registry-client" } +memflow-registry-client = { git = "https://github.com/memflow/memflow-registry" } sha256 = "1.5" # source builds diff --git a/src/commands/config.rs b/src/commands/config.rs index c398d61..ca5dfaa 100644 --- a/src/commands/config.rs +++ b/src/commands/config.rs @@ -155,7 +155,7 @@ pub async fn handle(matches: &ArgMatches) -> Result<()> { token.chars().map(|_| '*').collect() }; println!("token = \"{}\"", token); - + println!( "pub_key_file = {:?}", config.pub_key_file.unwrap_or_default()