Move browser code to core crate
This commit is contained in:
parent
9cf0089e48
commit
d6c9ae8d71
5 changed files with 32 additions and 15 deletions
|
|
@ -1,6 +1,8 @@
|
|||
mod browse;
|
||||
mod client;
|
||||
mod message;
|
||||
mod server;
|
||||
|
||||
pub use browse::browse_url;
|
||||
pub use client::run_client;
|
||||
pub use server::run_server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue