mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 21:07:41 +00:00
Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/pawurb/hotpath-rs/releases) - [Changelog](https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/pawurb/hotpath-rs/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: hotpath dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
587 B
TOML
20 lines
587 B
TOML
[package]
|
|
name = "microfetch-lib"
|
|
description = "Microfetch library crate - exports all functionality including main function"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
hotpath = { optional = true, version = "0.14.1" }
|
|
microfetch-asm.workspace = true
|
|
|
|
[features]
|
|
hotpath = [ "dep:hotpath", "hotpath/hotpath" ]
|
|
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
|
|
|
|
[lints]
|
|
workspace = true
|