From b61f15156a000c3f156af3d0fc809ca32912af34 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 13 May 2018 23:58:30 -0700 Subject: add scratch rust stuff --- rust/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rust/Cargo.toml (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml new file mode 100644 index 00000000..c1175b79 --- /dev/null +++ b/rust/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "fc" +version = "0.1.0" +authors = ["Bryan Newbold "] + +[dependencies] +diesel = { version = "1.0.0", features = ["postgres"] } +dotenv = "0.9.0" -- cgit v1.2.3