Skip to content

Commit

Permalink
chore: Update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hackinghieser committed Dec 28, 2024
1 parent 6710487 commit 5fb2d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "clever"
name = "clevertui"
version = "0.2.5"
edition = "2021"

Expand All @@ -11,4 +11,4 @@ crossterm = "0.28.0"
ratatui = "0.29.0"
unicode-width = "0.2.0"
chrono = "0.4.38"
cleverlib = { path = "../cleverlib" }
cleverlib = { path = "../clever/cleverlib" }

0 comments on commit 5fb2d84

Please sign in to comment.