Rename to ipcd because that sounds better

This commit is contained in:
jD91mZM2
2018-06-02 12:14:48 +02:00
parent eae2252c5f
commit 1a731fcb24
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -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)",
+1 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "chand"
name = "ipcd"
version = "0.1.0"
[dependencies]
+1 -1
View File
@@ -1,4 +1,4 @@
# chand
# ipcd
A userspace daemon for interprocess communication.