cosmic-jotdown/Cargo.toml

13 lines
294 B
TOML
Raw Normal View History

2024-03-18 18:33:03 -04:00
[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"