mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-20 17:52:45 +08:00
Add description and license to printf Cargo.toml
This commit is contained in:
parent
02532f8bb8
commit
56ea456ca3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user