Skip to content

Commit

Permalink
documentation // doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mekaem committed Nov 1, 2024
1 parent 1416dd5 commit 405b16c
Show file tree
Hide file tree
Showing 8 changed files with 1,759 additions and 352 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ license = "MPL-2.0"
repository = "https://github.com/v01dlabs/oxitty"

[dependencies]
crossterm = "0.28.1"
ratatui = "0.29.0"
miette = { version = "7.2", features = ["fancy"] }
smol = "2.0.2"
async-channel = "2.1"
atty = "0.2.14"
crossterm = "0.28.1"
futures-lite = "2.1"
miette = { version = "7.2", features = ["fancy"] }
owo-colors = "4.0"
atty = "0.2.14"
ratatui = "0.29.0"
smol = "2.0.2"

[dev-dependencies]
pretty_assertions = "1.4"
Loading

0 comments on commit 405b16c

Please sign in to comment.