mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
21 lines
530 B
TOML
21 lines
530 B
TOML
[package]
|
|
name = "linutil_core"
|
|
description = "The backend of Linutil."
|
|
repository = "https://github.com/hexisXz/linutil/tree/main/core"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
include = [
|
|
"src/*.rs",
|
|
"Cargo.toml",
|
|
"tabs/**",
|
|
]
|
|
|
|
[dependencies]
|
|
include_dir = "0.7.4"
|
|
tempdir = "0.3.7"
|
|
serde = { version = "1.0.205", features = ["derive"], default-features = false }
|
|
toml = { version = "0.8.19", features = ["parse"], default-features = false }
|
|
which = "6.0.3"
|
|
ego-tree = { workspace = true }
|