orgize/orgize-demos/Cargo.toml
2019-09-13 21:25:35 +08:00

13 lines
359 B
TOML

[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", git = "https://github.com/PoiScript/orgize" }
serde = { version = "1.0.100", features = ["derive"] }
serde_json = "1.0.40"