2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 08:54:00 +00:00
fish-shell/printf/Cargo.toml

11 lines
189 B
TOML
Raw Normal View History

[package]
name = "fish-printf"
edition = "2021"
version = "0.1.0"
description = "printf implementation, based on musl"
license = "MIT"
[dependencies]
2024-06-05 15:02:57 +00:00
libc = "0.2.155"
widestring = "1.0.2"