summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEli W. Hunter <elihunter173@gmail.com>2021-02-08 19:26:21 -0500
committerEli W. Hunter <elihunter173@gmail.com>2021-03-08 18:56:01 -0500
commita871f1df049356d035da196676125f3585912f49 (patch)
tree938f8455fc2e5cbdb4b80d62c73a21f5df1306eb /Cargo.toml
parent349d8f2f7343506f986a5773e72f260c78fe9289 (diff)
Split up builder.rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 77371f6..bc0054b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,6 +38,10 @@ tar = "0.4"
tokio = "1.0"
url = "2.1"
+# XXX: This is a temporary dependency for the reexport! macro in lib.rs. Remove
+# me before 0.9.0 is released.
+paste = "1.0"
+
[dev-dependencies]
env_logger = "0.8"
# Required for examples to run