Create project
This commit is contained in:
commit
0c9f5e91a3
9 changed files with 55 additions and 0 deletions
6
cove-server/Cargo.toml
Normal file
6
cove-server/Cargo.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "cove-server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
3
cove-server/src/main.rs
Normal file
3
cove-server/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue