Gitnuro/rs/Cargo.toml
Abdelilah El Aissaoui 98e1ecd792
Updated uniffi version
2024-05-08 18:10:41 +02:00

22 lines
417 B
TOML

[package]
name = "gitnuro-rs"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
name = "gitnuro_rs"
[dependencies]
uniffi = { version = "0.27.1" }
notify = "6.1.1"
thiserror = "1.0.56"
libssh-rs = { version = "0.2.2", features = ["vendored", "vendored-openssl"] }
[build-dependencies]
uniffi = { version = "0.27.1", features = ["build"] }
[[bin]]
name = "uniffi-bindgen"
path = "uniffi-bindgen.rs"