mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
7cc24eaf4b
**Changelog:** - Replace default tasks with a stub message (#16752) - Update tree-sitter grammar for the Ruby language (#16892) - Rename `rbs` to `RBS` (#16893) - Upgrade `zed_extension_api` to v0.1.0 (#16907) Release Notes: - N/A
16 lines
224 B
TOML
16 lines
224 B
TOML
[package]
|
|
name = "zed_ruby"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/ruby.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.1.0"
|