This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/example/main/Cargo.toml

13 lines
206 B
TOML

[package]
name = "trixy-example"
version = "0.1.0"
edition = "2021"
default-run = "main"
[dependencies]
libloading = "0.8.1"
trixy = { path = "../../." }
[build-dependencies]
trixy = { path = "../../." }