Skip to content

Commit 9ea5322

Browse files
authored
Merge pull request #373 from Wandalen/more
[more] implementation
2 parents 259d3e1 + eaee387 commit 9ea5322

12 files changed

+4560
-0
lines changed

display/Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ rust-version.workspace = true
99

1010
[dependencies]
1111
clap.workspace = true
12+
clap.features = ["env"]
1213
gettext-rs.workspace = true
14+
libc.workspace = true
15+
termion = "4.0"
16+
thiserror = "1.0"
1317

1418
[dev-dependencies]
1519
plib = { path = "../plib" }
@@ -24,3 +28,7 @@ path = "./echo.rs"
2428
[[bin]]
2529
name = "printf"
2630
path = "./printf.rs"
31+
32+
[[bin]]
33+
name = "more"
34+
path = "./more.rs"

0 commit comments

Comments
 (0)