2023-07-14 14:28:29 +02:00
|
|
|
[package]
|
|
|
|
name = "gitnuro-rs"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
name = "gitnuro_rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-02-10 01:31:22 +01:00
|
|
|
uniffi = { version = "0.26.0" }
|
|
|
|
notify = "6.1.1"
|
|
|
|
thiserror = "1.0.56"
|
2023-12-24 21:30:09 +01:00
|
|
|
libssh-rs = { version = "0.2.2", features = ["vendored", "vendored-openssl"] }
|
2023-07-14 14:28:29 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2024-02-10 01:31:22 +01:00
|
|
|
uniffi = { version = "0.26.0", features = ["build"] }
|
2023-07-14 14:28:29 +02:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "uniffi-bindgen"
|
|
|
|
path = "uniffi-bindgen.rs"
|