2024-09-06 00:39:10 +01:00
|
|
|
[package]
|
|
|
|
name = "linutil_core"
|
2024-09-20 01:09:53 +01:00
|
|
|
description = "The backend of Linutil."
|
|
|
|
repository = "https://github.com/ChrisTitusTech/linutil/tree/main/core"
|
2024-09-06 00:39:10 +01:00
|
|
|
edition = "2021"
|
|
|
|
version.workspace = true
|
|
|
|
license.workspace = true
|
2024-09-20 01:09:53 +01:00
|
|
|
include = [
|
|
|
|
"src/*.rs",
|
|
|
|
"Cargo.toml",
|
|
|
|
"tabs/**",
|
|
|
|
]
|
2024-09-06 00:39:10 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
include_dir = "0.7.4"
|
2024-10-03 20:20:50 +01:00
|
|
|
temp-dir = "0.1.14"
|
2024-09-19 03:14:52 +01:00
|
|
|
serde = { version = "1.0.205", features = ["derive"], default-features = false }
|
|
|
|
toml = { version = "0.8.19", features = ["parse"], default-features = false }
|
2024-09-06 00:39:10 +01:00
|
|
|
which = "6.0.3"
|
|
|
|
ego-tree = { workspace = true }
|