foo/Cargo.toml
Sandipsinh Rathod 93e8ff903c cleanup code
2024-12-22 20:47:24 -05:00

28 lines
592 B
TOML

[package]
name = "foo"
version = "0.1.0"
edition = "2021"
[dependencies]
serde_json = "1.0.133"
serde_yaml = "0.9.34+deprecated"
schemars = "1.0.0-alpha.17"
anyhow = "1.0.94"
convert_case = "0.6.0"
protox = "0.7.1"
protox-parse = "0.7.0"
oapi = "0.1.2"
sppparse = "0.1.4"
oas3 = {version = "0.12.1", features = []}
openapi3-parser = { version = "0.1.0", features = [] }
serde = { version = "1.0.216", features = ["derive"] }
tailcall-valid = "0.1.3"
wit-parser = "0.222.0"
lazy_static = "1.5.0"
base64 = "0.22.1"
strum_macros = "0.26.4"
derive_setters = "0.1.6"
[workspace]
members = ["."]