Skip to content

Commit 11a40e1

Browse files
authored
Merge pull request #104 from BigglesworthCat/man-finishing
NOT REVIEWED: [man]
2 parents c44b295 + ca545c0 commit 11a40e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+66241
-316
lines changed

Cargo.lock

Lines changed: 176 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

display/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ clap.workspace = true
1212
clap.features = ["env"]
1313
gettext-rs.workspace = true
1414
libc.workspace = true
15+
pest = "2.7"
16+
pest_derive = "2.7"
1517
termion = "4.0"
1618
thiserror = "1.0"
19+
chrono = { version = "0.4", features = ["unstable-locales"] }
20+
regex.workspace = true
21+
terminfo = "0.9.0"
22+
lazy_static = "1.4"
1723

1824
[dev-dependencies]
1925
plib = { path = "../plib" }
26+
rstest = "0.25.0"
2027

2128
[lints]
2229
workspace = true
@@ -29,6 +36,10 @@ path = "./echo.rs"
2936
name = "printf"
3037
path = "./printf.rs"
3138

39+
[[bin]]
40+
name = "man"
41+
path = "./man.rs"
42+
3243
[[bin]]
3344
name = "more"
3445
path = "./more.rs"

0 commit comments

Comments
 (0)