From d3a709f45f986a44294cbf46afefd667aed130d2 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 17 Dec 2018 00:34:42 +0100 Subject: Initial commit Add gitignore and initialize a Rust project with Cargo --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3a05a96 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "subconscious-rs" +version = "0.1.0" +authors = ["Nao Pross "] +edition = "2018" + +[dependencies] -- cgit v1.2.1