fix: doc-tests

This commit is contained in:
DavidOnTop 2024-10-20 11:06:56 +02:00
parent dee03ecf33
commit 1b8a9f9bb3
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
4 changed files with 10 additions and 10 deletions

View file

@ -1,13 +1,13 @@
[package]
name = "leptos_reactive_axum_macros"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
description = "reactive context for axum handlers"
authors = ["davidontop <me@davidon.top>"]
authors = ["DavidOnTop <me@davidon.top>"]
readme = "../README.md"
documentation = "https://docs.rs/leptos_reactive_axum_macros"
license = "MIT"
repository = "https://git.davidon.top/public/leptos_reactive_axum.git"
repository = "https://github.com/davidon-top/leptos_reactive_axum.git"
[lib]
proc-macro = true