mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-28 03:15:20 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I70d4385edb8ec8fe94bb7742177686846a6a6964
24 lines
752 B
TOML
24 lines
752 B
TOML
[package]
|
|
name = "microfetch"
|
|
description = "Microscopic fetch tool in Rust, for NixOS systems, with special emphasis on speed"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
readme = "../docs/README.md"
|
|
repository = "https://github.com/notashelf/microfetch"
|
|
publish = true
|
|
|
|
[dependencies]
|
|
hotpath = { optional = true, version = "0.15.0" }
|
|
microfetch-alloc.workspace = true
|
|
microfetch-asm.workspace = true
|
|
microfetch-lib.workspace = true
|
|
|
|
[features]
|
|
hotpath = [ "dep:hotpath" ]
|
|
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
|
|
|
|
[lints]
|
|
workspace = true
|