zed/extensions/ocaml/Cargo.toml
Marshall Bowers 76603a5fc6
ocaml: Bump to v0.1.0 (#17945)
This PR bumps the OCaml extension to v0.1.0.

Changes:

- https://github.com/zed-industries/zed/pull/16955
- https://github.com/zed-industries/zed/pull/17886

Release Notes:

- N/A
2024-09-17 12:13:06 -04:00

16 lines
226 B
TOML

[package]
name = "zed_ocaml"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/ocaml.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1.0"