Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Dec 6, 2024
1 parent 7a76c88 commit 964134b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 78 deletions.
77 changes: 0 additions & 77 deletions axum-openapi3-derive/Cargo.lock

This file was deleted.

10 changes: 9 additions & 1 deletion axum-openapi3-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "axum-openapi3-derive"
version = "0.1.0"
edition = "2021"
description = "Facilitate the generation of OpenAPI 3.0 documentation for axum applications - derive macro"
license = "Apache-2.0"
authors = [
"Tommaso Allevi <[email protected]>",
]
documentation = "https://docs.rs/axum-openapi3-derive"
repository = "https://github.com/oramasearch/axum-openapi3"
homepage = "https://crates.io/crates/axum-openapi3-derive"

[lib]
proc-macro = true
Expand All @@ -10,4 +18,4 @@ proc-macro = true
syn = { version = "*", features = ["extra-traits", "full"] }
quote = "*"
proc-macro2 = "*"
http = "1.1.0"
http = "1"
3 changes: 3 additions & 0 deletions axum-openapi3-derive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Axum OpenAPI 3 Derive

See the [main crate](https://crates.io/crates/axum-openapi3) for more information.

0 comments on commit 964134b

Please sign in to comment.