Files
nixide/server/cli/Cargo.toml
2020-06-27 18:59:47 +02:00

13 lines
335 B
TOML

[package]
name = "nixideserver_cli"
version = "0.1.0"
authors = ["stubbfelnewpc <stubbfelnewpc@stubbe.rocks>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.5"
rocket_okapi = "0.5.1"
okapi = "0.4.0"
nixideserver_lib = { path = "../lib"}