einstack 0.1.0

Generative AI Developer Tools.
Documentation
# https://doc.rust-lang.org/cargo/reference/manifest.html

[package]
name = "einstack"
version = "0.1.0"
rust-version = "1.71.0"
edition = "2021"

license = "Apache-2.0"
readme = "./README.md"

authors = ["EinStack <contact@einstack.ai>"]
repository = "https://github.com/EinStack"
homepage = "https://www.einstack.ai/"
documentation = "https://docs.rs/glide-rs"

categories = ["web-programming"]
keywords = ["ai", "llm", "gateway"]
description = "Generative AI Developer Tools."

[lib]
path = "./lib.rs"