mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
261 B
TOML
12 lines
261 B
TOML
[package]
|
|
name = "veloren-common-dynlib"
|
|
version = "0.1.0"
|
|
authors = ["Ben Wallis <atomyc@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
find_folder = {version = "0.3.0"}
|
|
libloading = {version = "0.8"}
|
|
notify = {version = "6.1.0"}
|
|
tracing = { workspace = true }
|