Skip to content

Commit

Permalink
Add more stuff to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Aug 24, 2018
1 parent 390b4c0 commit 99f57e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[package]
name = "rustkit"
version = "0.0.1"

authors = ["Michael Wu <[email protected]>"]
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]
rust_gen = { path = "rust_gen" }
rust_gen = { path = "rust_gen", version = "0.0.1" }

[dependencies]
objc_rustime = { path = "objc_rustime" }
objc_rustime = { path = "objc_rustime", version = "0.0.1" }
bitflags = "1.0"
2 changes: 1 addition & 1 deletion objc_rustime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "objc_rustime"
version = "0.1.0"
version = "0.0.1"
authors = ["Michael Wu <[email protected]"]

[dependencies]
2 changes: 1 addition & 1 deletion rust_gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_gen"
version = "0.1.0"
version = "0.0.1"
authors = ["Michael Wu <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit 99f57e1

Please sign in to comment.