Initial commit
This commit is contained in:
commit
1d317cb0e5
3 changed files with 12 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/target
|
||||
/Cargo.lock
|
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "poem-ext"
|
||||
version = "0.1.0"
|
||||
description = "Extension crate for poem/poem-openapi"
|
||||
license = "MIT"
|
||||
documentation = "https://docs.rs/poem-ext/"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
1
src/lib.rs
Normal file
1
src/lib.rs
Normal file
|
@ -0,0 +1 @@
|
|||
|
Reference in a new issue