| 1 | [package] |
|---|---|
| 2 | name = "foreign-types" |
| 3 | version = "0.3.2" |
| 4 | authors = ["Steven Fackler <sfackler@gmail.com>"] |
| 5 | license = "MIT/Apache-2.0" |
| 6 | description = "A framework for Rust wrappers over C APIs" |
| 7 | repository = "https://github.com/sfackler/foreign-types" |
| 8 | readme = "README.md" |
| 9 | |
| 10 | [dependencies] |
| 11 | foreign-types-shared = { version = "0.1", path = "../foreign-types-shared"} |
| 12 |
