Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Cargo intergration. #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
The crate_id has been reverted and given a version as cargo was failing
to parse it correctly otherwise.
Brian Heylin committed Jul 1, 2014
commit 66724ce4c8f52ba4a5b578435bb18ed4e6fd8932
2 changes: 1 addition & 1 deletion src/toml/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![crate_id = "toml"]
#![crate_id = "github.com/mneumann/rust-toml#toml:0.1"]
#![desc = "A TOML configuration file parser for Rust"]
#![license = "MIT"]
#![crate_type = "lib"]