diff --git a/Cargo.toml b/Cargo.toml index 0c672f8..d39922a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ authors = ["Tim Visée "] [dependencies] bufstream = "0.1" +clap = "2.29" image = "0.18" diff --git a/README.md b/README.md index c6e64fa..217015e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pixelpwn +# pixelpwnr A pixelflut implementation in Rust for use at 34C3. This is currently a work in progress.