Ajoute le "kind" dans les fichiers manifestes
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
[package]
|
||||
name = "linked-list"
|
||||
version = "0.0.1"
|
||||
kind = "c"
|
||||
description = "Minimalist simple linked list"
|
||||
license = "MIT"
|
||||
include = ["src", "Makefile"]
|
||||
|
||||
|
||||
[lib.c]
|
||||
build-static = "make build/linkedList.a"
|
||||
static-link = "build/linkedList.a"
|
||||
|
Reference in New Issue
Block a user