Rename printf crate to fish-printf

Preparing to publish to crates.io
This commit is contained in:
ridiculousfish
2024-06-09 12:29:09 -07:00
parent 56ea456ca3
commit 838ff86ae7
16 changed files with 32 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "printf"
name = "fish-printf"
edition = "2021"
version = "0.1.0"
description = "printf implementation, based on musl"