Skip to content

Commit 405b16c

Browse files
committed
documentation // doc tests
1 parent 1416dd5 commit 405b16c

File tree

8 files changed

+1759
-352
lines changed

8 files changed

+1759
-352
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ license = "MPL-2.0"
88
repository = "https://github.com/v01dlabs/oxitty"
99

1010
[dependencies]
11-
crossterm = "0.28.1"
12-
ratatui = "0.29.0"
13-
miette = { version = "7.2", features = ["fancy"] }
14-
smol = "2.0.2"
1511
async-channel = "2.1"
12+
atty = "0.2.14"
13+
crossterm = "0.28.1"
1614
futures-lite = "2.1"
15+
miette = { version = "7.2", features = ["fancy"] }
1716
owo-colors = "4.0"
18-
atty = "0.2.14"
17+
ratatui = "0.29.0"
18+
smol = "2.0.2"
1919

2020
[dev-dependencies]
2121
pretty_assertions = "1.4"

0 commit comments

Comments
 (0)