Initial commit (aaaaa)
This commit is contained in:
commit
106161db56
|
@ -0,0 +1 @@
|
|||
/target
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "chatserv"
|
||||
version = "0.0.1"
|
||||
authors = ["ella"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "0.2", features = ["full"] }
|
|
@ -0,0 +1,7 @@
|
|||
#[tokio::main]
|
||||
pub async
|
||||
fn main
|
||||
() -> Result<()> {
|
||||
println!("aa");
|
||||
Ok(())
|
||||
}
|
Loading…
Reference in New Issue