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

Cargo intergration. #24

wants to merge 4 commits into from

Conversation

bheylin
Copy link

@bheylin bheylin commented Jun 28, 2014

Added Cargo.toml and add Cargo generated 'target' folder to git ignore list.

Added Cargo.toml and add Cargo generated 'target' folder to git ignore list.s
@jnicklas
Copy link

Shouldn't the name of the package be just "toml" instead of "rust-toml"?

The crate_id needed to be changed to a literal 'toml' so that Cargo
will generate a 'libtoml'. Cargo will use the 'name' field on the manifest
as a basis for the lib name in a future version.
@bheylin
Copy link
Author

bheylin commented Jul 1, 2014

@jnicklas the package name is now 'toml' and a libtoml is generated from the Cargo bulid. The crate_id in the lib.rs needed to also be updated to 'toml' to reflect this as rustc cannot be given a name through the CLI at the moment.

Brian Heylin added 2 commits July 1, 2014 19:45
added trailing newline to the file.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants