create all phase 1 projects

This commit is contained in:
primardj 2024-04-05 17:18:20 +01:00
parent 4cd61fafe8
commit 2291e62e50
6 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "chpst"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View file

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

View file

@ -0,0 +1,8 @@
[package]
name = "svlogd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View file

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