aboutsummaryrefslogtreecommitdiff
path: root/helix-stdx/Cargo.toml
blob: 216a3b407e7cbc18a576d69a5bb54a28c4f227ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"