From c429ee51d8c29678c216f44a48ae596f99decc4b Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Mon, 22 Feb 2021 20:32:31 -0500 Subject: declare new backend crates --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" ] -- cgit v1.2.3 From 1dbab207ece88a47f92b951a83ef8d95dc40fe1c Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Tue, 23 Feb 2021 23:26:48 -0500 Subject: migrate examples to separate crate --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 44c7cba..5081fbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,8 @@ members = [ "ipfs-api", - "ipfs-api-prelude", + "ipfs-api-examples", "ipfs-api-backend-actix", - "ipfs-api-backend-hyper" + "ipfs-api-backend-hyper", + "ipfs-api-prelude", ] -- cgit v1.2.3 From 6dda8401b7ecad6633b3f3b283ac7fe97cb50086 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sun, 4 Apr 2021 18:47:15 -0400 Subject: reordering --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5081fbd..6b90971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ members = [ "ipfs-api", - "ipfs-api-examples", "ipfs-api-backend-actix", "ipfs-api-backend-hyper", + "ipfs-api-examples", "ipfs-api-prelude", ] -- cgit v1.2.3