Skip to content

Commit

Permalink
create tui path
Browse files Browse the repository at this point in the history
  • Loading branch information
g4titanx committed Jun 22, 2024
1 parent b31c042 commit 1ffc945
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
workspace = { members = ["tui"] }
[package]
name = "kelvin"
version = "0.1.0"
Expand Down
8 changes: 8 additions & 0 deletions tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "tui"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
3 changes: 3 additions & 0 deletions tui/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

0 comments on commit 1ffc945

Please sign in to comment.