fish-shell/printf/Cargo.toml

12 lines
271 B
TOML
Raw Normal View History

[package]
name = "fish-printf"
edition = "2021"
2024-09-24 02:13:57 +08:00
version = "0.2.1"
2024-11-17 15:11:41 +08:00
repository = "https://github.com/krobelus/neofish"
description = "printf implementation, based on musl"
license = "MIT"
[dependencies]
2024-06-05 23:02:57 +08:00
libc = "0.2.155"
widestring = { version = "1.0.2", optional = true }