summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlyn <819880950@qq.com>2019-03-06 21:47:00 +0100
committerlyn <819880950@qq.com>2019-03-06 21:47:33 +0100
commit70e59cca3caf92a1daedac4fcf5d8940215e5529 (patch)
treee2a8f58ffe5717ec7a08407ae4d1ee70945ab37e /Cargo.toml
parent7d6e2812fb7b22ff673f753cfc2a7c44fa1c57b8 (diff)
standardize exercise running via an external toml file
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 599e180..b2208f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,4 @@ indicatif = "0.9.0"
console = "0.6.2"
syntect = "3.0.2"
notify = "4.0.0"
+toml = "0.4.10"