From cb4c607a4a01361cde11a1a4ba2f9db0de5b7cb9 Mon Sep 17 00:00:00 2001 From: soup Date: Tue, 14 May 2024 22:55:50 -0400 Subject: [PATCH] Update deps to use git --- Cargo.lock | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bcecda..c008d8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,9 @@ dependencies = [ [[package]] name = "e" version = "1.0.0" +source = "git+https://git.soup.land/soup/e.git#794ca703d68115eb8198a272ec9eef51c6ec9d49" [[package]] name = "stilts" version = "0.1.0" +source = "git+https://git.soup.land/soup/stilts.git#3c4aeef1cc179135155fc4292dd7282c64a30ca2" diff --git a/Cargo.toml b/Cargo.toml index e405663..6c0002b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -stilts = { path = "../stilts/" } -e = { path = "../e" } +stilts = { git = "https://git.soup.land/soup/stilts.git" } +e = { git = "https://git.soup.land/soup/e.git" }