[package]
name = "liminal"
version = "0.1.4"
edition = "2021"
description = "An AI hallucination of an internet"
license = "MIT"
repository = "https://github.com/richardanaya/liminal"
readme = "README.md"
keywords = ["ai", "internet", "hallucination"]
[dependencies]
reqwest = { version = "0.12", features = ["json"] }
axum = "0.7.5"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1.0.116"
clap = {version = "4.5.4", features = ["derive"] }
clap_derive = { version = "4.0.0-rc.1" }