init cargo

This commit is contained in:
red 2021-06-13 03:35:09 +01:00
parent fa76feeb28
commit 1bea644182
2 changed files with 12 additions and 0 deletions

9
srv-reimp/Cargo.toml Normal file
View 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
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}