From 43e6e3e508c377a8ac431eb069bbaf7e054f46e8 Mon Sep 17 00:00:00 2001 From: kitsunecafe <10284516+kitsunecafe@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:59:58 -0500 Subject: [PATCH] roxy-core crate dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 320c4bf..b36c3ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ homepage = "https://roxy-docs.netlify.app" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" } +roxy_core = "0.1.0" pulldown-cmark = "0.9.3"