[package] name = "infini-pizza" description = "The Next-Gen Real-Time Search & AI-Native Innovation Engine." version = "0.1.2" edition = "2021" authors = ["INFINI Labs "] license = "AGPL-3.0-or-later" default-run = "pizza" [[bin]] name = "pizza" path = "src/main.rs" default-run = "pizza" [dependencies] bitflags = "2.3.1" common = { path = "./common", version = "0.1" } serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" uuid = { version = "1.3.3", features = ["serde", "v4"] } async-trait = "0.1.68" tokio = { version = "1.28.1", features = ["rt-multi-thread", "macros"] } actix-web = "4.2.1" lazy_static = "1.4.0" anyhow = "1.0.71" futures = "0.3" libc = "0.2.126" ctrlc = { version = "3.3.0", features = ["termination"] } # [workspace] # members = [ # "common", # ]