diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1306,7 +1306,7 @@ dependencies = [ [[package]] name = "solard" -version = "0.3.0" +version = "0.3.1" dependencies = [ "axum", "axum-macros", @@ -2,6 +2,7 @@ name = "solard" version = "0.3.1" edition = "2021" +authors = [ "Cara Salter <cara@devcara.com>" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |