rename rust lib from gurt to gurtlib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use gurt::{GurtServer, GurtResponse, ServerContext, Result};
|
||||
use gurtlib::{GurtServer, GurtResponse, ServerContext, Result};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user