rustkit 0.0.1

Fast and ergonomic Rust bindings for ObjC APIs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustkit"
version = "0.0.1"

authors = ["Michael Wu <mwu.code@gmail.com>"]
description = "Fast and ergonomic Rust bindings for ObjC APIs"
repository = "https://github.com/michaelwu/RustKit"
readme = "README.md"
license = "Apache-2.0/MIT"

[build-dependencies]
rustkit_bindgen = { path = "rustkit_bindgen", version = "0.0.1" }

[dependencies]
bitflags = "1.0"