dtmt/lib/oodle/Cargo.toml
Lucas Schwiderski ba753cf6bb
feat: Implement static linking, second attempt
This is mostly just the code from the previous attempt. All that was
missing were the `.lib` files to link to on Windows.
2023-03-16 18:09:40 +01:00

13 lines
255 B
TOML

[package]
name = "oodle"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6.2"
tracing = "0.1.37"
[build-dependencies]
bindgen = "0.64.0"