Initial commit

This commit is contained in:
Felix Bargfeldt 2023-02-11 18:02:35 +01:00
commit 1d317cb0e5
Signed by: Defelo
GPG key ID: 2A05272471204DD3
3 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/target
/Cargo.lock

9
Cargo.toml Normal file
View 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
View file

@ -0,0 +1 @@