Implement display of identifiers

- Implement identifier types and display
- Move all of it into its own submodule
- Parse CLI args as the list of identifiers to fetch
This commit is contained in:
Amelia 2023-11-01 14:11:59 +01:00
parent 1dac97b2dc
commit 6d2b3ead16
Signed by: limefox
GPG key ID: F86ACA6D693E7BE9
4 changed files with 220 additions and 51 deletions

View file

@ -11,3 +11,6 @@ license = "ACSL"
reqwest = { version = "0.11.22", features = ["default-tls", "json", "gzip"] }
serde = { version = "1.0.190", features = ["derive"] }
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros", "net"] }
[[bin]]
name = "estrus"