phase_1 #2
6 changed files with 22 additions and 0 deletions
8
01_phase_rust_src/chpst/Cargo.toml
Normal file
8
01_phase_rust_src/chpst/Cargo.toml
Normal 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]
|
3
01_phase_rust_src/chpst/src/main.rs
Normal file
3
01_phase_rust_src/chpst/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
8
01_phase_rust_src/svlogd/Cargo.toml
Normal file
8
01_phase_rust_src/svlogd/Cargo.toml
Normal 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]
|
3
01_phase_rust_src/svlogd/src/main.rs
Normal file
3
01_phase_rust_src/svlogd/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in a new issue