mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
287 B
TOML
13 lines
287 B
TOML
[package]
|
|
name = "veloren-voxygen-dynlib"
|
|
version = "0.1.0"
|
|
authors = ["Ben Wallis <atomyc@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
find_folder = {version = "0.3.0"}
|
|
lazy_static = {version = "1.4.0"}
|
|
libloading = {version = "0.7"}
|
|
notify = {version = "5.0.0-pre.2"}
|
|
tracing = "0.1"
|