mirror of
https://github.com/JockeTF/fimfareader.git
synced 2024-11-23 22:07:59 +01:00
15 lines
287 B
TOML
15 lines
287 B
TOML
[package]
|
|
name = "fimfareader-cli"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Soderlund <joakim.soderlund@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies.fimfareader]
|
|
path = ".."
|
|
|
|
[dependencies.fimfareader-query]
|
|
path = "../query"
|
|
|
|
[dependencies.rustyline]
|
|
default-features = false
|
|
version = "9"
|