This commit is contained in:
Sean Marshallsay 2015-11-21 10:26:08 +00:00
Родитель c248aafc5c
Коммит 1f248d2703
3 изменённых файлов: 4 добавлений и 6 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -1 +1,2 @@
target
Cargo.lock

4
Cargo.lock сгенерированный
Просмотреть файл

@ -1,4 +0,0 @@
[root]
name = "rusty-cheddar"
version = "0.0.0"

Просмотреть файл

@ -3,7 +3,7 @@ name = "rusty-cheddar"
version = "0.0.0"
authors = ["Sean Marshallsay <srm.1708@gmail.com>"]
description = "A compiler drop-in to automatically generate C-style header files."
description = "A compiler lint to automatically generate C-style header files."
readme = "README.md"
homepage = "https://github.com/Sean1708/rusty-cheddar"
@ -11,5 +11,6 @@ repository = "https://github.com/Sean1708/rusty-cheddar.git"
license = "MIT"
[[bin]]
[lib]
name = "cheddar"
plugin = true