cuviper / probe-rs

probe: Static probes for Rust
Apache License 2.0
92 stars 9 forks source link

Add cargo support #5

Closed acolley closed 10 years ago

acolley commented 10 years ago

This adds cargo support so others can simply add the git repository as a dependency to their project.

Also changed #[crate_id] to #[crate_name] which is now a simple string.

cuviper commented 10 years ago

Great, thank you!

Closes #1