Skip to content

Commit b2c8d16

Browse files
committed
awk: remove src directory
1 parent e6aff41 commit b2c8d16

File tree

11 files changed

+2
-2
lines changed

11 files changed

+2
-2
lines changed

awk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libc.workspace = true
1313
pest = "2.7"
1414
pest_derive = "2.7"
1515
lexical = { version = "6.1", features = ["format"] }
16-
rand = {version = "0.8", default-features = false, features = ["small_rng"] }
16+
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
1717

1818
[dev-dependencies]
1919
plib = { path = "../plib" }
@@ -23,4 +23,4 @@ workspace = true
2323

2424
[[bin]]
2525
name = "awk"
26-
path = "src/main.rs"
26+
path = "main.rs"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)