From e9904217c4bb4e75ef7f4eb78b4795e7d569dbc3 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 6 May 2016 15:05:31 -0400 Subject: start work --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e8a02e9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "exuberant-cow" +version = "0.1.0" +authors = ["bnewbold "] + +[dependencies] +glium = "0.*" +image = "0.*" -- cgit v1.2.3