mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
14 lines
274 B
TOML
14 lines
274 B
TOML
[package]
|
|
name = "linutil_core"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
include_dir = "0.7.4"
|
|
tempdir = "0.3.7"
|
|
serde = { version = "1.0.205", features = ["derive"] }
|
|
toml = "0.8.19"
|
|
which = "6.0.3"
|
|
ego-tree = { workspace = true }
|