veloren/voxygen/dynlib/Cargo.toml

12 lines
254 B
TOML
Raw Normal View History

[package]
name = "veloren-voxygen-dynlib"
version = "0.1.0"
authors = ["Ben Wallis <atomyc@gmail.com>"]
2022-01-26 14:46:40 +00:00
edition = "2021"
[dependencies]
find_folder = {version = "0.3.0"}
libloading = {version = "0.7"}
2021-09-20 10:05:41 +00:00
notify = {version = "5.0.0-pre.13"}
tracing = "0.1"