mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
13 lines
No EOL
316 B
TOML
13 lines
No EOL
316 B
TOML
[package]
|
|
name = "logging"
|
|
version = "0.9.8"
|
|
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
slog = { version = "2.7", features = [ "max_level_trace", "release_max_level_trace" ] }
|
|
slog-term = "2.9"
|
|
slog-scope = "4.4"
|
|
slog-atomic = "3.1"
|
|
rand = "0.8"
|
|
lazy_static = "1.4" |