| 1 | [package] | |
| 2 | name = "df-db" | |
| 3 | version.workspace = true | |
| 4 | edition.workspace = true | |
| 5 | rust-version.workspace = true | |
| 6 | license.workspace = true | |
| 7 | ||
| 8 | [dependencies] | |
| 9 | sqlx.workspace = true | |
| 10 | uuid.workspace = true | |
| 11 | chrono.workspace = true | |
| 12 | serde.workspace = true | |
| 13 | serde_json.workspace = true | |
| 14 | anyhow.workspace = true | |
| 15 | thiserror.workspace = true | |
| 16 | tracing.workspace = true | |
| 17 | tokio.workspace = true | |
| 18 | futures.workspace = true |
18 lines · TOML