diff options
Diffstat (limited to 'helix-dap/Cargo.toml')
-rw-r--r-- | helix-dap/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index 1aa69eca..b4dd5177 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -2,8 +2,9 @@ name = "helix-dap" version = "0.6.0" authors = ["Blaž Hrastnik <blaz@mxxn.io>"] -edition = "2018" -license = "MPL-2.0" +edition.workspace = true +license.workspace = true +rust-version.workspace = true description = "DAP client implementation for Helix project" categories = ["editor"] repository = "https://github.com/helix-editor/helix" |