Initial commit

This commit is contained in:
Arne Dußin 2024-11-21 19:19:44 +01:00
parent 3ee50f9aff
commit bd6dbebb31
20 changed files with 2644 additions and 0 deletions

10
logs_tf/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "logs_tf"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.38"
json = "0.12.4"
reqwest = { version = "0.12.9", features = ["blocking"] }
ucore = { path = "../core" }