mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +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"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
description = "printf implementation, based on musl"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.155"
|
||||
|
|
Loading…
Reference in a new issue