aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 4f26c44cf8134c6adec75f9abd479a192965e65f (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "foreign-types"
version = "0.3.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A framework for Rust wrappers over C APIs"
repository = "https://github.com/sfackler/foreign-types"
readme = "README.md"

[dependencies]
foreign-types-shared = { version = "0.1", path = "../foreign-types-shared" }