Cleaned up project structure
Some checks failed
Rust / build_and_test (push) Failing after 1m16s

This commit is contained in:
Lukas Wölfer
2026-01-17 21:58:29 +01:00
parent 7baff3a50c
commit 681cc0f59d
17 changed files with 253 additions and 162 deletions

12
Cargo.lock generated
View File

@@ -245,6 +245,17 @@ dependencies = [
"tokio",
]
[[package]]
name = "async-trait"
version = "0.1.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.114",
]
[[package]]
name = "atomic-waker"
version = "1.1.2"
@@ -3192,6 +3203,7 @@ dependencies = [
name = "teachertracker-rs"
version = "0.1.4"
dependencies = [
"async-trait",
"chrono",
"clap",
"futures",