aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-28 18:22:44 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-28 18:22:44 -0700
commit4cdfdc03c071a871c4c3da623bcfe6e61abb2303 (patch)
treec7958e1bd6a198773911322b56230cafa7eb1c08 /Cargo.toml
parent7b0bdb08e94d0ef59f31e9eaf04f63cea005f5fb (diff)
downloadadenosine-4cdfdc03c071a871c4c3da623bcfe6e61abb2303.tar.gz
adenosine-4cdfdc03c071a871c4c3da623bcfe6e61abb2303.zip
add adenosine-pds to workspace and fix rusqlite dep
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c52e2d..8966523 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members = ["adenosine-cli", "adenosine-tauri-gui"]
+members = ["adenosine-cli", "adenosine-tauri-gui", "adenosine-pds"]
# NOTE: [workspace.package] did not work with some plugins and build tools