mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 21:31:14 -03:00
Add description and license to printf Cargo.toml
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
name = "printf"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
description = "printf implementation, based on musl"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.155"
|
||||
|
||||
Reference in New Issue
Block a user