diff options
Diffstat (limited to 'kittybox-rs/Cargo.toml')
-rw-r--r-- | kittybox-rs/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kittybox-rs/Cargo.toml b/kittybox-rs/Cargo.toml index 1d1d9fd..556a85b 100644 --- a/kittybox-rs/Cargo.toml +++ b/kittybox-rs/Cargo.toml @@ -38,6 +38,7 @@ path = "./templates" [dependencies.kittybox-indieauth] version = "0.1.0" path = "./indieauth" +features = ["axum"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |