Initial commit
This commit is contained in:
parent
3ee50f9aff
commit
bd6dbebb31
20 changed files with 2644 additions and 0 deletions
10
logs_tf/Cargo.toml
Normal file
10
logs_tf/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue