Move API Task type to shared crate contextswitch-types

This commit is contained in:
2022-01-09 14:11:36 +01:00
parent dcdbbc785b
commit c0f9a1a771
7 changed files with 180 additions and 414 deletions

View File

@@ -2,7 +2,7 @@ extern crate dotenv;
extern crate env_logger;
extern crate listenfd;
use contextswitch::run;
use contextswitch_api::run;
use dotenv::dotenv;
use std::env;
use std::net::TcpListener;