mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
add skeptic
This commit is contained in:
10
src/lib.rs
Normal file
10
src/lib.rs
Normal file
@ -0,0 +1,10 @@
|
||||
extern crate http;
|
||||
extern crate actix;
|
||||
extern crate actix_web;
|
||||
extern crate futures;
|
||||
extern crate tokio_io;
|
||||
extern crate tokio_core;
|
||||
|
||||
pub fn test() {
|
||||
println!("test");
|
||||
}
|
Reference in New Issue
Block a user