summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-29 20:11:40 +0300
committerLars Wirzenius <liw@liw.fi>2022-03-29 20:11:40 +0300
commit4402c3a02e15a7d1538bad6df616bbef2983a600 (patch)
treea53cf1ab3570c0e6e109fd258a88915d1ceaadf6 /Cargo.toml
parenta9e9c7db2195f571904307165b98317b48a5534c (diff)
downloadcachedir-rs-4402c3a02e15a7d1538bad6df616bbef2983a600.tar.gz
setup subplot running
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aac776d..765dec7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-[dependencies]
+[dev-dependencies]
+subplotlib = { path = "/home/liw/pers/subplot/git/subplotlib" }
+fehler = "1.0.0"
+
+[build-dependencies]
+subplot-build = { path = "/home/liw/pers/subplot/git/subplot-build" }