-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rémi Lauzier
committed
Feb 15, 2022
1 parent
c511532
commit febdde3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "infer" | |
version = "0.7.0" | ||
authors = ["Bojan <[email protected]>"] | ||
edition = "2018" | ||
description = "Small crate to infer file types based on its magic number signature" | ||
description = "Small crate to infer file type based on magic number signatures" | ||
license = "MIT" | ||
keywords = ["magic-number", "filetype", "mime", "mime-types", "no_std"] | ||
readme = "README.md" | ||
|