From 6a777564a4319a3809a9e2872a3eaf1cc39b8b01 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 8 Jun 2022 14:14:24 -0400 Subject: meta: Complete project rename --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5d12238..5da2d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "waifud" -version = "0.2.0" +name = "solard" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,8 +19,8 @@ thiserror = "1" kankyo = "0.3" -[dependencies.waifulib] -git = "https://git.carathe.dev/muirrum/waifulib" +[dependencies.solarlib] +git = "https://git.carathe.dev/muirrum/solarlib" branch = "master" [dependencies.serde] -- cgit v1.2.3