From f8c3489b8061ce1b09e55e127b2c924a45d34926 Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 24 Jan 2024 06:37:27 -0500 Subject: [PATCH] chore: change names and paths --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4cdd0b..a26f17a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lodestone-scraper" version = "1.0.0" -authors = ["Anna Clemens "] +authors = ["Anna "] edition = "2021" @@ -12,7 +12,7 @@ lazy_static = "1" url = "2" [dependencies.lodestone-parser] -git = "https://git.annaclemens.io/ascclemens/lodestone-parser.git" +git = "https://git.anna.lgbt/anna/lodestone-parser.git" [dependencies.ffxiv_types] version = "1"