diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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] |