From b450d864e91c8d396b30b5db66557abf33ac2c15 Mon Sep 17 00:00:00 2001 From: Petter Rasmussen Date: Fri, 16 Aug 2024 18:41:53 +0200 Subject: [PATCH] Get glot_languages from github --- Cargo.lock | 1 + glot_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9332964..f0a0413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,6 +172,7 @@ dependencies = [ [[package]] name = "glot_languages" version = "0.1.0" +source = "git+https://github.com/glotcode/glot-languages#c1773c8b28006159f9a61ca26459be52c9ed8d50" dependencies = [ "maud", "serde", diff --git a/glot_core/Cargo.toml b/glot_core/Cargo.toml index 0e43b3f..a541bbe 100644 --- a/glot_core/Cargo.toml +++ b/glot_core/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -glot_languages = { path = "../../glot-languages" } +glot_languages = { git = "https://github.com/glotcode/glot-languages" } poly = { git = "https://github.com/glotlabs/poly-rs" } poly_macro = { git = "https://github.com/glotlabs/poly-rs" } heroicons_maud = { git = "https://github.com/glotlabs/heroicons-maud" }