mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
10 lines
184 B
TOML
10 lines
184 B
TOML
[package]
|
|
name = "printf"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
description = "printf implementation, based on musl"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
libc = "0.2.155"
|
|
widestring = "1.0.2"
|