[package] name = "ui_data" version = "0.1.0" authors = ["Eric Findlay <e.findlay@protonmail.ch>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] countries = { path = "../countries" } fred_api = { path = "../fred_api" } keytree = { path = "../keytree" } serde = { version = "1.0.125", features = ["derive"] } serde_json = "1.0.64" shellexpand = "2.1.0" time = "0.2.27" time_series = { path = "../time_series" } walkdir = "2.3.2"