orgize/orgize-demos/Cargo.toml

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