parser-c 0.0.1

Parses C into an AST.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "parser-c"
version = "0.0.1"
authors = ["Tim Ryan <tim@timryan.org>", "Paul Collier <paul@paulcollier.ca>"]
description = "Parses C into an AST."
homepage = "http://github.com/tcr/corrode-but-in-rust"
license = "BSD-3-Clause"
repository = "http://github.com/tcr/corrode-but-in-rust"
[dependencies.num]
version = "0.1"

[dependencies.num-derive]
version = "0.1"