summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-24 02:03:44 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-24 02:03:44 -0800
commiteb7909f607d31d00d2925992d3ee26fa163aa74b (patch)
tree9caa1967b9f7de6802acd0a271a5190ace8cb39b /Cargo.toml
parent40a44a459fde4c4042d5188faedea718a34e2b96 (diff)
Add merge API with initial File Source
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5222101..cb18d51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
[dependencies]
+toml = "0.2.1"