orgize/orgize-demos/Cargo.toml

13 lines
339 B
TOML
Raw Normal View History

2019-09-13 14:25:35 +01:00
[package]
name = "orgize-demos"
version = "0.1.0"
authors = ["PoiScript <poiscript@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
actix-web = { version = "1.0.7", default-features = false }
orgize = { path = "../orgize", features = ["syntect"] }
2019-09-13 14:25:35 +01:00
serde = { version = "1.0.100", features = ["derive"] }
serde_json = "1.0.40"