update README.md

This commit is contained in:
gengteng
2023-07-15 14:53:01 +08:00
parent 2adb052b3a
commit 845b81d134

View File

@@ -11,6 +11,7 @@ cargo add axum-valid
```rust
use validator::Validate;
use serde::Deserialize;
use axum_valid::Valid;
#[derive(Debug, Validate, Deserialize)]
pub struct Pager {