aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-13 23:58:30 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-13 23:58:30 -0700
commitb61f15156a000c3f156af3d0fc809ca32912af34 (patch)
tree9eadaea5593929ada9977c55c5951ad4318d6166 /rust/Cargo.toml
parent9c05b0848f2ed0047544e2859d5c50d1739e45b0 (diff)
downloadfatcat-b61f15156a000c3f156af3d0fc809ca32912af34.tar.gz
fatcat-b61f15156a000c3f156af3d0fc809ca32912af34.zip
add scratch rust stuff
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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 <bnewbold@archive.org>"]
+
+[dependencies]
+diesel = { version = "1.0.0", features = ["postgres"] }
+dotenv = "0.9.0"