Commit 47119e2
Changed files (2)
Cargo.toml
@@ -2,6 +2,15 @@
name = "sqlfmt"
version = "0.1.0"
edition = "2024"
+description = "A command-line SQL formatter that reads SQL from stdin and writes formatted SQL to stdout"
+license = "MIT"
+authors = ["mo khan <mo@mokhan.ca>"]
+repository = "https://github.com/xlgmokha/sqlfmt"
+homepage = "https://github.com/xlgmokha/sqlfmt"
+documentation = "https://docs.rs/sqlfmt"
+keywords = ["sql", "formatter", "cli", "database"]
+categories = ["command-line-utilities", "database"]
+readme = "README.md"
[dependencies]
sqlparser = "0.45"
README.md
@@ -0,0 +1,3 @@
+# sqlfmt
+
+TBD