Skip to content

Commit

Permalink
FeatureAdd: support csv cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstero authored and Firstero committed Apr 20, 2024
1 parent 84b11db commit d40df0c
Show file tree
Hide file tree
Showing 8 changed files with 514 additions and 88 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
output*
305 changes: 304 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "template"
name = "rcli"
version = "0.1.0"
edition = "2021"
authors = ["Firstero <[email protected]>"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
csv = "1.3.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
Loading

0 comments on commit d40df0c

Please sign in to comment.