summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-bindgen-gecko-js/Cargo.toml
blob: b28f455e3bb6cae9067905503f7ee61b05847dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "uniffi-bindgen-gecko-js"
version = "0.1.0"
edition = "2018"
license = "MPL-2.0"

[[bin]]
name = "uniffi-bindgen-gecko-js"
path = "src/main.rs"

[dependencies]
anyhow = "1"
askama = { version = "0.11", default-features = false, features = ["config"] }
clap = { version = "3.1", default-features = false, features = ["std", "derive", "cargo"] }
extend = "1.1"
heck = "0.4"
uniffi = { workspace = true }
uniffi_bindgen = "0.23"
serde = "1"
toml = "0.5"
camino = "1.0.8"