Skip to content

Commit 0ac7ec3

Browse files
author
Ben Aaron Goldberg
committed
Make main an example
Signed-off-by: Ben Aaron Goldberg <ben@benaaron.dev>
1 parent 8c9b500 commit 0ac7ec3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ edition = "2021"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
csv = "1.1"
1817
serde = { version = "1", features = ["derive"] }
1918
terminal_size = "0.1.17"
2019
colored = "2"
20+
21+
[dev-dependencies]
22+
csv = "1.1"
23+

0 commit comments

Comments
 (0)