Rename crate to nym-task (#3064)

* Rename to nym-task

* Update imports to use nym_task

* Update to nym_task in explicit module prefix

* Touchups and rustfmt

* rustfmt

* crate metadata

* fix nym-connect-android
This commit is contained in:
Jon Häggblad
2023-02-20 21:55:29 +01:00
committed by GitHub
parent ce79d5a3bc
commit 46e2c74a98
91 changed files with 319 additions and 312 deletions
+1 -1
View File
@@ -503,7 +503,7 @@ impl Controller {
#[cfg(test)]
mod tests {
use super::*;
use task::TaskManager;
use nym_task::TaskManager;
#[tokio::test]
async fn node_stats_reported_are_received() {