mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 21:09:42 +00:00
980365f7c9
* refactor: Export ego-tree from linutil core, rather than workspace * refactor: Improve code formatting --------- Co-authored-by: Chris Titus <contact@christitus.com>
17 lines
511 B
TOML
17 lines
511 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"
|
|
temp-dir = "0.1.14"
|
|
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 = "0.9.0"
|