Skip to content

Commit c7d9602

Browse files
authored
Merge pull request #385 from Wandalen/sed
[sed] full implementation
2 parents a1eceb4 + eba52fa commit c7d9602

15 files changed

+4788
-0
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

text/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ topological-sort = "0.2"
1515
regex.workspace = true
1616
chrono.workspace = true
1717
libc.workspace = true
18+
thiserror = "1.0"
1819
notify-debouncer-full = "0.3"
1920
diff = "0.1"
2021
dirs = "5.0"
@@ -99,6 +100,10 @@ path = "./paste.rs"
99100
name = "pr"
100101
path = "./pr.rs"
101102

103+
[[bin]]
104+
name = "sed"
105+
path = "./sed.rs"
106+
102107
[[bin]]
103108
name = "tsort"
104109
path = "./tsort.rs"

0 commit comments

Comments
 (0)