mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 00:13:12 +08:00
12 lines
276 B
TOML
12 lines
276 B
TOML
[package]
|
|
name = "fish-printf"
|
|
edition = "2021"
|
|
version = "0.2.1"
|
|
repository = "https://github.com/fish-shell/fish-shell"
|
|
description = "printf implementation, based on musl"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
libc = "0.2.155"
|
|
widestring = { version = "1.0.2", optional = true }
|