Last set of crates to add the nym- prefix to (#3286)

* Add nym- prefix to mixnode-common

* Add nym- prefix to mixnet-client

* Add nym-client- prefix to websocket-requests

* Makefile: add check target

* Rename to nym-credential-client

* rustfmt

* update to nym-credential-client in github workflow
This commit is contained in:
Jon Häggblad
2023-04-07 21:25:28 +02:00
committed by GitHub
parent 95e2e3d0d2
commit dc5c765ecb
24 changed files with 119 additions and 115 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use mixnode_common::verloc::{AtomicVerlocResult, VerlocResult};
use nym_mixnode_common::verloc::{AtomicVerlocResult, VerlocResult};
use rocket::serde::json::Json;
use rocket::State;