You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
510 B
24 lines
510 B
[package]
|
|
name = "manabu"
|
|
version = "0.1.0"
|
|
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
build = "build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
#elefren = "0.20.1"
|
|
elefren = { path = "../elefren-fork" }
|
|
log = "0.4.8"
|
|
env_logger = "0.7.0"
|
|
serde = "1.0.101"
|
|
serde_json = "1.0.40"
|
|
smart-default = "0.5.2"
|
|
failure = "0.1.5"
|
|
clap = "2.33.0"
|
|
toml = "0.5.3"
|
|
|
|
native-tls = "0.2.3"
|
|
websocket = "0.23.0"
|
|
|