Skip to content

Commit

Permalink
Merge pull request #373 from Wandalen/more
Browse files Browse the repository at this point in the history
[more] implementation
  • Loading branch information
jgarzik authored Nov 16, 2024
2 parents 259d3e1 + eaee387 commit 9ea5322
Show file tree
Hide file tree
Showing 12 changed files with 4,560 additions and 0 deletions.
8 changes: 8 additions & 0 deletions display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ rust-version.workspace = true

[dependencies]
clap.workspace = true
clap.features = ["env"]
gettext-rs.workspace = true
libc.workspace = true
termion = "4.0"
thiserror = "1.0"

[dev-dependencies]
plib = { path = "../plib" }
Expand All @@ -24,3 +28,7 @@ path = "./echo.rs"
[[bin]]
name = "printf"
path = "./printf.rs"

[[bin]]
name = "more"
path = "./more.rs"
Loading

0 comments on commit 9ea5322

Please sign in to comment.