Files
fish-shell/printf/Cargo.toml
2024-06-06 16:47:52 +02:00

9 lines
115 B
TOML

[package]
name = "printf"
edition = "2021"
version = "0.1.0"
[dependencies]
libc = "0.2.155"
widestring = "1.0.2"