view test_integration/src/main.rs @ 144:0467dfe39f46

Only use necessary tokio features
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 27 Oct 2020 10:40:59 +0100
parents 5d54636d2bee
children
line wrap: on
line source

fn main() {
    println!("Hello, world!");
}