initial commit
This commit is contained in:
commit
912d00f2d3
12 changed files with 2635 additions and 0 deletions
20
lib/generator_cli/Cargo.toml
Normal file
20
lib/generator_cli/Cargo.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
name = "generator_cli"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "sqlx-generator"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
argh = "0.1.13"
|
||||
attribute-derive = "0.10.3"
|
||||
convert_case = "0.6.0"
|
||||
fully_pub = "0.1.4"
|
||||
prettyplease = "0.2.25"
|
||||
proc-macro2 = "1.0.92"
|
||||
quote = "1.0.38"
|
||||
serde = "1.0.216"
|
||||
structmeta = "0.3.0"
|
||||
syn = { version = "2.0.92", features = ["extra-traits", "full", "parsing"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue