mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-17 11:55:29 +01:00
13 lines
255 B
TOML
13 lines
255 B
TOML
[package]
|
|
name = "uniffi-bindgen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
uniffi = { workspace = true, features = ["cli"] }
|
|
|
|
[build-dependencies]
|
|
uniffi = { workspace = true, features = ["build"] }
|