Skip to content

Commit

Permalink
Renamed file-client -> kubos-file-client.
Browse files Browse the repository at this point in the history
  • Loading branch information
plauche committed Nov 9, 2018
1 parent dc5cf19 commit a977954
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -13,7 +13,7 @@ members = [
"apis/rust-radio-api",
"apis/system-api",
"apis/telemetry-db-api",
"clients/file-client",
"clients/kubos-file-client",
"clients/kubos-shell-client",
"examples/rust-c-service/extern-lib",
"examples/rust-c-service/service",
Expand Down
@@ -1,5 +1,5 @@
[package]
name = "file-client"
name = "kubos-file-client"
version = "0.1.0"
authors = ["Ryan Plauche <ryan@kubos.co>"]

Expand All @@ -8,4 +8,4 @@ clap = "2.32"
simplelog = "^0.5.0"
log = "^0.4.0"
file-protocol = { path = "../../libs/file-protocol" }
failure = "0.1.2"
failure = "0.1.2"
File renamed without changes.
File renamed without changes.

0 comments on commit a977954

Please sign in to comment.