cosmic-jotdown/Cargo.toml
2024-03-18 18:33:03 -04:00

12 lines
294 B
TOML

[package]
name = "cosmic-jotdown"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cosmic-text = "0.11.2"
jotdown = { version = "0.3.2", path = "../jotdown" }
log = "0.4.21"
range-map = "0.2.0"