Ajoute les informations pour compiler

This commit is contained in:
2023-01-02 15:29:50 +01:00
parent fc8a8ac998
commit 4fb0450d60
15 changed files with 50 additions and 7 deletions

View File

@@ -3,3 +3,9 @@ name = "guess-mime-type"
version = "0.1.0"
description = "Guess mime type from a filename"
license = "MIT"
include = ["src", "Makefile"]
[lib.c]
build-static = "make build/mimetype.a"
static-link = "build/mimetype.a"
export = "src"