cosmic-jotdown/Cargo.toml
2024-04-10 14:15:16 -04:00

17 lines
446 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 = { git = "https://git.nations.lol/fnmain/jotdown" }
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"], optional = true }
rangemap = "1.5.1"
[features]
default = ["serde"]
serde = ["dep:serde", "rangemap/serde1"]