objc_test_utils 0.0.2

Utilities for testing Objective-C interop.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "objc_test_utils"
version = "0.0.2"
authors = ["Steven Sheldon"]

description = "Utilities for testing Objective-C interop."
repository = "http://github.com/SSheldon/rust-objc"
documentation = "http://ssheldon.github.io/rust-objc/objc_test_utils/"
license = "MIT"

build = "build.rs"

[lib]
name = "objc_test_utils"
path = "lib.rs"

[build-dependencies]
gcc = "0.3"