lune/packages/cli/Cargo.toml
2023-02-22 22:10:20 +01:00

34 lines
688 B
TOML

[package]
name = "lune-cli"
publish = false
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
[[bin]]
name = "lune"
path = "src/main.rs"
[dependencies]
lune = { path = "../lib" }
console.workspace = true
lazy_static.workspace = true
serde_json.workspace = true
serde.workspace = true
tokio.workspace = true
reqwest.workspace = true
anyhow = "1.0.68"
futures-util = "0.3.26"
regex = "1.7.1"
serde_yaml = "0.9.17"
clap = { version = "4.1.1", features = ["derive"] }
full_moon = { version = "0.17.0", features = ["roblox"] }