13 lines
254 B
TOML
13 lines
254 B
TOML
[package]
|
|
name = "guess-mime-type"
|
|
version = "0.1.0"
|
|
kind = "c"
|
|
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"
|