tag_safe 0.0.3

A rustc lint plugin to allow tagging of methods with arbitary safety flags
[package]
name = "tag_safe"
description = "A rustc lint plugin to allow tagging of methods with arbitary safety flags"
version = "0.0.3"
authors = ["John Hodge <mutabah@mutabah.net>"]
repository = "http://github.com/thepowersgang/tag_safe/"
keywords = ["plugin", "lint"]
license = "MIT"

[lib]
name = "tag_safe"
path = "src/lib.rs"
plugin = true

[dev-dependencies]
compiletest_rs = "*"