[package] name = "jago" version = "0.1.1" authors = ["The Jago Contributors "] edition = "2018" description = "A way to organize your thoughts." license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pulldown-cmark = "0.7.1" warp = "0.2.3" git2 = "0.13.6" tokio = { version = "0.2.21", features = ["full"] } tokio-util = { version = "0.3.1", features = ["codec"] } http = "0.2.1" hyper = "0.13.6" bytes = "0.5.4" serde = { version = "1.0.111", features = ["derive"] } serde_yaml = "0.8.12" tempfile = "3.1.0" dirs = "2.0.2" clap = "2.33.1" reqwest = { version = "0.10.6", features = ["json"] } open = "1.4.0" futures = "0.3.5" graphql_client = "0.9.0" serde_json = "1.0.54" toml = "0.5.6" url = "2.1.1" futures-util = "0.3.5" failure = "0.1.8"