summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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" }