Skip to content

Commit

Permalink
Rename to j2csv
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekstrzeszkowski committed Aug 3, 2024
1 parent 51808d1 commit 7f250ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "json_to_csv"
name = "json2csv"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Convert JSON to CSV"
keywords = ["json_to_csv", "json2csv", "j2csv", "conversion_to_csv"]
keywords = ["j2csv", "json_to_csv", "json2csv", "conversion_to_csv"]

[dependencies]
clap = { version = "^4.3", features = ["derive"] }
Expand Down

0 comments on commit 7f250ec

Please sign in to comment.