Prepare dht for publishing

This commit is contained in:
Igor Katson 2023-11-15 13:56:25 +00:00
parent c0d608bd35
commit 22eb0fca57
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 29 additions and 29 deletions

View file

@ -1,7 +1,7 @@
use std::{str::FromStr, time::Duration};
use anyhow::Context;
use dht::{Dht, Id20};
use librqbit_dht::{Dht, Id20};
use log::info;
use tokio_stream::StreamExt;