split well_known resolver into unit
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
8010505853
commit
23e3f6526f
4 changed files with 55 additions and 53 deletions
|
@ -2,7 +2,9 @@ pub mod actual;
|
|||
pub mod cache;
|
||||
mod dns;
|
||||
pub mod fed;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
mod well_known;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue