linutil_core 26.5.21

The backend of Linutil.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "linutil_core"
description = "The backend of Linutil."
repository = "https://github.com/ChrisTitusTech/linutil/tree/main/core"
edition = "2021"
version.workspace = true
license.workspace = true
include = ["src/*.rs", "Cargo.toml", "tabs/**"]

[dependencies]
ego-tree = "0.11.0"
include_dir = "0.7.4"
serde = { version = "1.0.215", features = ["derive"] }
temp-dir = "0.2.0"
toml = { version = "1.1.2", features = ["parse", "serde"] }
which = "8.0.2"