2023-02-06 00:13:58 +00:00
|
|
|
[package]
|
|
|
|
name = "lune"
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
keywords.workspace = true
|
|
|
|
categories.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "lune"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
reqwest.workspace = true
|
|
|
|
|
2023-02-06 05:13:12 +00:00
|
|
|
console = "0.15.5"
|
|
|
|
lazy_static = "1.4.0"
|
2023-02-06 00:13:58 +00:00
|
|
|
os_str_bytes = "6.4.1"
|
|
|
|
|
|
|
|
hyper = { version = "0.14.24", features = ["full"] }
|
|
|
|
mlua = { version = "0.8.7", features = ["luau", "async", "serialize"] }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
anyhow = "1.0.69"
|