Skip to content

Commit

Permalink
Merge pull request #28 from adnanademovic/xmlrpc-api-rework
Browse files Browse the repository at this point in the history
Complete rehaul
  • Loading branch information
adnanademovic authored Dec 26, 2017
2 parents 10f326f + 1ad9cf6 commit 3004e64
Show file tree
Hide file tree
Showing 93 changed files with 4,613 additions and 4,653 deletions.
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
error_on_line_overflow = false
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: rust
env:
- ROSRUST_MSG_PATH=/home/travis/build/adnanademovic/rosrust/rosrust_codegen/src/msg_examples
rust:
- stable
- beta
Expand Down
37 changes: 11 additions & 26 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
[package]
authors = ["Adnan Ademovic <[email protected]>"]
description = "Pure Rust implementation of a ROS client library"
license = "MIT"
name = "rosrust"
readme = "README.md"
repository = "https://github.com/adnanademovic/rosrust"
version = "0.5.1"
[workspace]
members = [
"examples/parameters",
"examples/pubsub",
"examples/serviceclient",
"rosrust",
"rosrust_codegen",
]

[dependencies]
byteorder = "1.0.0"
error-chain = "0.10.0"
itertools = "0.6.0"
lazy_static = "0.2"
log = "0.3"
nix = "0.7"
regex = "0.2.1"
rust-crypto = "0.2.36"
rustc-serialize = "0.3"
serde = "1.0.2"
serde_derive = "1.0.2"
serde_rosmsg = "0.2.0"
xml-rs = "0.3"

[dependencies.hyper]
default-features = false
version = "0.9"
[patch.crates-io]
"rosrust" = { path = "rosrust" }
"rosrust_codegen" = { path = "rosrust_codegen" }
Loading

0 comments on commit 3004e64

Please sign in to comment.