liminal 0.1.2

An AI hallucination of an internet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "liminal"
version = "0.1.2"
edition = "2021"
description = "An AI hallucination of an internet"
license = "MIT"
repository = "https://github.com/richardanaya/liminal"
readme = "README.md"
keywords = ["ai", "internet", "hallucination"]

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

[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"