mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
7d8ce1a400
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
477 B
TOML
22 lines
477 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"
|
|
ropey = { version = "1.6.1", default-features = false }
|
|
which = "6.0"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.10"
|