mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
8 lines
151 B
TOML
8 lines
151 B
TOML
[package]
|
|
name = "pkg6"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libips = { version = "0.1.2", path = "../../libips" }
|
|
diff-struct = "0.5.3"
|