read reflection data from json
This commit is contained in:
parent
c11101b46a
commit
0b92b87bbe
6 changed files with 124 additions and 143 deletions
|
|
@ -12,3 +12,5 @@ anyhow = "1.0.95"
|
|||
clap = { version = "4.5.27", features = ["derive"] }
|
||||
env_logger = "0.11.6"
|
||||
reqwest = { version = "0.12.12", default-features = false, features = ["blocking", "rustls-tls"] }
|
||||
serde = "1.0.217"
|
||||
serde_json = "1.0.138"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue