mirror of
https://git.vulpinecitrus.info/Lymkwi/estrus-navigator.git
synced 2025-08-04 11:50:38 +00:00
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:
parent
1dac97b2dc
commit
6d2b3ead16
4 changed files with 220 additions and 51 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue