You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
253 B

[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"
export = "src"