Use structopt to capture generate options
This commit is contained in:
@@ -20,14 +20,10 @@ uniffi = { version = "0.16.0", features = ["builtin-bindgen"] }
|
||||
thiserror = "1.0"
|
||||
anyhow = "=1.0.45" # remove after upgrading to next version of uniffi
|
||||
uniffi_bindgen = "0.16.0"
|
||||
|
||||
#uniffi_bindgen = { version = "0.16.0", optional = true }
|
||||
structopt = "0.3"
|
||||
|
||||
[build-dependencies]
|
||||
uniffi_build = { version = "0.16.0", features = ["builtin-bindgen"] }
|
||||
|
||||
[features]
|
||||
#generate-python = ["uniffi_bindgen"]
|
||||
|
||||
[[bin]]
|
||||
name = "generate"
|
||||
name = "generate-bindings"
|
||||
|
||||
Reference in New Issue
Block a user