aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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]