10 lines
169 B
TOML
10 lines
169 B
TOML
[package]
|
|
name = "avremu"
|
|
version = "0.1.0"
|
|
authors = ["Kevin Hamacher <kevin.hamacher@ruhr-uni-bochum.de>"]
|
|
|
|
[dependencies]
|
|
slog = "2"
|
|
slog-term = "2"
|
|
slog-async = "2"
|