fish-shell/printf/Cargo.toml
Johannes Altmanninger 97db461e7f README for this fork
2025-01-19 18:29:07 +01:00

12 lines
271 B
TOML

[package]
name = "fish-printf"
edition = "2021"
version = "0.2.1"
repository = "https://github.com/krobelus/neofish"
description = "printf implementation, based on musl"
license = "MIT"
[dependencies]
libc = "0.2.155"
widestring = { version = "1.0.2", optional = true }