mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
216f1a4836
* BIG CHANGES * core metadata * Added readme.md to the package * Moved the crate back to tui Co-authored-by: Liam <lj3954@users.noreply.github.com> --------- Co-authored-by: Liam <lj3954@users.noreply.github.com>
21 lines
537 B
TOML
21 lines
537 B
TOML
[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]
|
|
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 }
|