diff --git a/Cargo.lock b/Cargo.lock index 5cc1fc1a2a..bf3021c4b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,5 @@ [[package]] -name = "chand" +name = "ipcd" version = "0.1.0" dependencies = [ "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2c9b763835..d849f6cb9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "chand" +name = "ipcd" version = "0.1.0" [dependencies] diff --git a/README.md b/README.md index 0b813dea4a..d59bc12aa5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# chand +# ipcd A userspace daemon for interprocess communication.