This is mostly just the code from the previous attempt. All that was missing were the `.lib` files to link to on Windows.
13 lines
255 B
TOML
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"
|