[package] name = "runesmith" version = "0.1.0" edition = "2021" description = "OpenAPI compliant optimizing inference proxy for enhancing accuracy and performance of LLMs" license = "AGPL-3.0-or-later" authors = ["da-moon "] [[bin]] name = "rs" path = "src/main.rs" test = false doctest = false [dependencies]