Add description and license to printf Cargo.toml

This commit is contained in:
ridiculousfish 2024-06-09 12:20:05 -07:00
parent 02532f8bb8
commit 56ea456ca3

View file

@ -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"