Skip to content

Commit

Permalink
Restored offst-app.
Browse files Browse the repository at this point in the history
  • Loading branch information
realcr committed May 28, 2019
1 parent 247b292 commit b539e4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion components/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ identity = { path = "../identity", version = "0.1.0" , package = "offst-identity
timer = { path = "../timer", version = "0.1.0" , package = "offst-timer" }
proto = { path = "../proto", version = "0.1.0" , package = "offst-proto" }
net = { path = "../net", version = "0.1.0" , package = "offst-net" }
bin = { path = "../bin", version = "0.1.0" , package = "offst-bin" }
# TODO: How can we avoid taking all of node?
# This is a very heavy dependency:
node = { path = "../node", version = "0.1.0" , package = "offst-node" }
Expand Down
2 changes: 1 addition & 1 deletion components/app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub mod invoice {

pub mod route {
pub use proto::funder::messages::FriendsRoute;
pub use proto::index_server::messages::RouteWithCapacity;
pub use proto::index_server::messages::MultiRoute;

}

Expand Down

0 comments on commit b539e4c

Please sign in to comment.