Module bits

cat-town
Dan Buch 6 years ago
parent a8a1bdaaa8
commit 69409fe528
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -0,0 +1,6 @@
[package]
name = "communicator"
version = "0.1.0"
authors = ["Dan Buch <dan@meatballhat.com>"]
[dependencies]

@ -0,0 +1,11 @@
mod client;
mod network;
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}

@ -0,0 +1,4 @@
fn connect() {
}
mod server;
Loading…
Cancel
Save