Skip to content

Commit ba925c4

Browse files
committed
Implement schema type
1 parent 92ae299 commit ba925c4

10 files changed

Lines changed: 1083 additions & 23 deletions

File tree

examples/axum-example/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tokio = { version = "1", features = ["full"] }
1010
serde = { version = "1", features = ["derive"] }
1111
serde_json = "1"
1212
tower-http = { version = "0.6", features = ["cors"] }
13+
sea-orm = { version = "^2.0.0-rc.29", features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros"] }
1314

1415
third = { path = "../third" }
1516

0 commit comments

Comments
 (0)