mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Add description and license to printf Cargo.toml
This commit is contained in:
parent
02532f8bb8
commit
56ea456ca3
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
name = "printf"
|
name = "printf"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "printf implementation, based on musl"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.155"
|
libc = "0.2.155"
|
||||||
|
|
Loading…
Reference in a new issue