mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
20 lines
406 B
TOML
20 lines
406 B
TOML
|
[package]
|
||
|
name = "helix-stdx"
|
||
|
description = "Standard library extensions"
|
||
|
include = ["src/**/*", "README.md"]
|
||
|
version.workspace = true
|
||
|
authors.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
rust-version.workspace = true
|
||
|
categories.workspace = true
|
||
|
repository.workspace = true
|
||
|
homepage.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
dunce = "1.0"
|
||
|
etcetera = "0.8"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
tempfile = "3.9"
|