init cargo
This commit is contained in:
parent
fa76feeb28
commit
1bea644182
9
srv-reimp/Cargo.toml
Normal file
9
srv-reimp/Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "srv-reimp"
|
||||
version = "0.1.0"
|
||||
authors = ["red <im@sad.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
3
srv-reimp/src/main.rs
Normal file
3
srv-reimp/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in a new issue