summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-02-22 20:32:31 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2021-02-22 20:32:31 -0500
commitc429ee51d8c29678c216f44a48ae596f99decc4b (patch)
tree9c4a715df8bec7e10681ae7a8526a7818705888f
parent4c78f5759c60499eefd4527ea34d574c2fb35c14 (diff)
declare new backend crates
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e37572d..44c7cba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,8 @@
[workspace]
members = [
- "ipfs-api"
+ "ipfs-api",
+ "ipfs-api-prelude",
+ "ipfs-api-backend-actix",
+ "ipfs-api-backend-hyper"
]