summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-fixtures/todolist/Cargo.toml
blob: 6673d01e07a5f030ae330d3f72e4633841aa6580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "uniffi-example-todolist"
edition = "2021"
version = "0.22.0"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false

[lib]
crate-type = ["lib", "cdylib"]
name = "uniffi_todolist"

[dependencies]
uniffi = { workspace = true }
once_cell = "1.12"
thiserror = "1.0"

[build-dependencies]
uniffi = { workspace = true, features = ["build"] }

[dev-dependencies]
uniffi = { workspace = true, features = ["bindgen-tests"] }