Skip to content

Commit 8d71416

Browse files
author
George Cosma
committed
chore: tock-ui scaffold
Signed-off-by: George Cosma <george.cosma@wyliodrin.com>
1 parent d25d23e commit 8d71416

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ members = [
1111
"tock-process-console",
1212
"tbf-parser",
1313
"tockloader-lib",
14+
"tock-ui",
1415
]

tock-ui/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[package]
2+
name = "tock-ui"
3+
version = "0.1.0"
4+
edition = "2024"
5+
6+
[dependencies]

tock-ui/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("Hello, world!");
3+
}

0 commit comments

Comments
 (0)