destack 0.55.3

Rust client for Destack
Documentation
[package]
name = "destack"
description = "Rust client for Destack"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
rust-version.workspace = true
readme = "README.md"
repository = "https://github.com/destack-sh/destack"
homepage = "https://github.com/destack-sh/destack"
documentation = "https://docs.rs/destack"
keywords = ["destack", "typescript", "compiler", "runtime"]
categories = ["compilers", "development-tools"]

[lib]
path = "src/lib.rs"
doctest = false

[dependencies]
destack_bridge_core.workspace = true

[lints]
workspace = true