oscuro/Cargo.toml

19 lines
557 B
TOML
Raw Normal View History

2023-07-01 12:05:23 +05:00
[package]
name = "oscuro"
2023-07-01 12:05:23 +05:00
version = "0.1.0"
edition = "2021"
2024-04-27 01:33:20 +05:00
description = "Oscuro - a fancy discord bot"
license = "MIT"
repository = "https://vcs.elnafo.ru/L-Nafaryus/oscuro"
2024-04-27 12:52:43 +05:00
publish = ["vcs-elnafo"]
2023-07-01 12:05:23 +05:00
[dependencies]
2024-04-27 12:52:43 +05:00
oscuro-core = { version = "0.1.0", path = "crates/oscuro-core", registry = "vcs-elnafo" }
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
[workspace]
resolver = "2"
members = ["crates/oscuro-core", "crates/oscuro-shuttle"]