1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-24 02:21:54 +01:00
helix/helix-dap-types/Cargo.toml
2025-12-03 08:34:37 -06:00

16 lines
424 B
INI

[package]
name = "helix-dap-types"
description = "Types for interaction with a debug adapaters, using Debug Adapter Protocol"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
categories.workspace = true
repository.workspace = true
homepage.workspace = true
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"