Skip to content

Commit

Permalink
prepare ground for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Mar 12, 2018
1 parent da8d797 commit 392de66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
.idea/
*.iml
*.back
3 changes: 2 additions & 1 deletion cargo-dinghy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name = "cargo-dinghy"
version = "0.3.0-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Painless tests on mobile devices"
description = "Cross-compilation made easier"
homepage = "https://medium.com/snips-ai/dinghy-painless-rust-tests-and-benches-on-ios-and-android-c9f94f81d305#.c2sx7two8"
repository = "https://github.com/snipsco/dinghy"
keywords = [
"tests", "mobile", "ios", "android", "cargo"
]
categories = [ "development-tools::cargo-plugins", "development-tools::testing" , "development-tools::profiling" ]
readme = "../README.md"

[badges]
travis-ci = { repository = "snipsco/dinghy" }
Expand Down
3 changes: 2 additions & 1 deletion dinghy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name = "dinghy-lib"
version = "0.3.0-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Painless tests on mobile devices"
description = "Cross-compilation made easier - see main crate cargo-dinghy"
homepage = "https://medium.com/snips-ai/dinghy-painless-rust-tests-and-benches-on-ios-and-android-c9f94f81d305#.c2sx7two8"
repository = "https://github.com/snipsco/dinghy"
keywords = [
"tests", "mobile", "ios", "android", "cargo"
]
build="build.rs"
categories = [ "development-tools::cargo-plugins", "development-tools::testing" , "development-tools::profiling" ]
readme = "../README.md"

[dependencies]
dinghy-build = { path = "../dinghy-build" }
Expand Down
3 changes: 2 additions & 1 deletion dinghy-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name = "dinghy-test"
version = "0.3.0-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Painless tests on mobile devices"
description = "Cross-compilation made easier - see main crate cargo-dinghy"
homepage = "https://medium.com/snips-ai/dinghy-painless-rust-tests-and-benches-on-ios-and-android-c9f94f81d305#.c2sx7two8"
repository = "https://github.com/snipsco/dinghy"
keywords = [
"tests", "mobile", "ios", "android", "cargo"
]
categories = [ "development-tools::cargo-plugins", "development-tools::testing" , "development-tools::profiling" ]
readme = "../README.md"

0 comments on commit 392de66

Please sign in to comment.