estrus-navigator/Cargo.toml
Amelia 6d2b3ead16
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
2023-11-01 14:11:59 +01:00

17 lines
451 B
TOML

[package]
name = "estrus"
version = "0.1.0"
edition = "2021"
authors = ["Lymkwi"]
license = "ACSL"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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"