diff options
| author | PROINT <> | 2026-07-22 17:03:47 +0700 |
|---|---|---|
| committer | PROINT <> | 2026-07-22 17:03:47 +0700 |
| commit | ccb6d208204fb286e469e87ad9c85a8c8b7be72a (patch) | |
| tree | 5742b78074d4227d7c83fb1ad73c522e30af69a2 /Cargo.lock | |
| parent | 9cb86b850699dc5b19e2582f5a2c64c5acc0a24b (diff) | |
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -24,6 +24,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" [[package]] +name = "async-trait" +version = "0.1.91" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" +dependencies = [ + "proc-macro2", + "quote", + "syn 3.0.2", +] + +[[package]] name = "atoi" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -464,9 +475,11 @@ name = "ggb" version = "0.1.0" dependencies = [ "anyhow", + "async-trait", "chrono", "serde", "sqlx", + "thiserror", "tokio", "ulid", ] |
