mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
838ff86ae7
Preparing to publish to crates.io
11 lines
189 B
TOML
11 lines
189 B
TOML
[package]
|
|
name = "fish-printf"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
description = "printf implementation, based on musl"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
libc = "0.2.155"
|
|
widestring = "1.0.2"
|