split ruby gem into separate repository
All checks were successful
Rust / build (push) Successful in 5m1s
All checks were successful
Rust / build (push) Successful in 5m1s
This commit is contained in:
parent
2f7a2dfd62
commit
31dac283ef
103 changed files with 114 additions and 14573 deletions
17
uniffi-bindgen/Cargo.toml
Normal file
17
uniffi-bindgen/Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "uniffi-bindgen"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
description = "C bindings for the servicepoint crate."
|
||||
homepage = "https://git.berlin.ccc.de/servicepoint/servicepoint-binding-ruby"
|
||||
repository = "https://git.berlin.ccc.de/servicepoint/servicepoint-binding-ruby.git"
|
||||
#readme = "README.md"
|
||||
keywords = ["cccb", "cccb-servicepoint", "uniffi"]
|
||||
|
||||
[build-dependencies]
|
||||
uniffi = { version = "0.25.3", features = ["build"] }
|
||||
|
||||
[dependencies]
|
||||
uniffi = { version = "0.25.3", features = ["cli"] }
|
||||
thiserror = "2.0"
|
3
uniffi-bindgen/src/main.rs
Normal file
3
uniffi-bindgen/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
uniffi::uniffi_bindgen_main()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue