aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-06-08 14:14:24 -0400
committerCara Salter <cara@devcara.com>2022-06-08 14:14:46 -0400
commit6a777564a4319a3809a9e2872a3eaf1cc39b8b01 (patch)
tree1020d58993cfef64abc6b4b17ccefe9bd5ec4bf6 /Cargo.toml
parent64db5de9920c2668488693df02baaed41ee1340d (diff)
downloadsolard-6a777564a4319a3809a9e2872a3eaf1cc39b8b01.tar.gz
solard-6a777564a4319a3809a9e2872a3eaf1cc39b8b01.zip
meta: Complete project rename
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]