ultibi_server 0.1.6

Ultibi is a BI tool for no code data analysis
[package]

name = "ultibi_server"

version.workspace = true

edition = "2021"

publish = true

license-file.workspace = true

description.workspace = true



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

ultibi_core = { path = "../ultibi_core", version="0.1.6" }

dotenv = "0.15"

actix-web = "4"

anyhow = "1"

serde = { workspace = true, features = ["derive", "rc"] }

serde_json = { workspace = true }

tokio = { version = "1.21.0", features = ["full"] }

tracing = { version = "0.1", features = ["log"] }

pretty_env_logger = "0.4"

log = "0.4"

mime = "0.3"

actix-web-static-files = "4.0"

static-files = "0.2.1"



[build-dependencies]

static-files = "0.2.1"