diff options
| author | Tolmachev Igor <me@igorek.dev> | 2025-09-14 23:27:25 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2025-09-14 23:27:25 +0300 |
| commit | 955598dce9aeb5626654c72b0ef94850123fa8ac (patch) | |
| tree | 4fb161c2e67fdc161ebbca5ced271b6e7724dc30 /Cargo.toml | |
| parent | 39bf8397949ea2738ac3dfc934fcc3f07a6b0b66 (diff) | |
| download | queue_server-955598dce9aeb5626654c72b0ef94850123fa8ac.tar.gz queue_server-955598dce9aeb5626654c72b0ef94850123fa8ac.zip | |
Add openapi specs and docs
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "itmo_queue_server" | 2 | name = "itmo_queue_server" |
| 3 | version = "0.1.0" | 3 | version = "1.0.0" |
| 4 | edition = "2024" | 4 | edition = "2024" |
| 5 | publish = false | 5 | publish = false |
| 6 | 6 | ||
| @@ -18,9 +18,12 @@ jsonwebtoken = "9.3.1" | |||
| 18 | migration = { version = "0.1.0", path = "migration" } | 18 | migration = { version = "0.1.0", path = "migration" } |
| 19 | sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } | 19 | sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } |
| 20 | serde = { version = "1.0.219", features = ["derive"] } | 20 | serde = { version = "1.0.219", features = ["derive"] } |
| 21 | serde_json = "1.0.143" | 21 | serde_json = { version = "1.0.143", features = ["preserve_order"] } |
| 22 | tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } | 22 | tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } |
| 23 | tower = "0.5.2" | 23 | tower = "0.5.2" |
| 24 | tower-http = { version = "0.6.6", features = ["trace"] } | 24 | tower-http = { version = "0.6.6", features = ["trace"] } |
| 25 | tracing = "0.1.41" | 25 | tracing = "0.1.41" |
| 26 | tracing-subscriber = "0.3.19" | 26 | tracing-subscriber = "0.3.19" |
| 27 | utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } | ||
| 28 | utoipa-axum = "0.2.0" | ||
| 29 | utoipa-scalar = { version = "0.3.0", features = ["axum"] } | ||
