Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move rust sources into the repo's root #76

Merged
merged 2 commits into from
Jul 16, 2021
Merged

Move rust sources into the repo's root #76

merged 2 commits into from
Jul 16, 2021

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Jul 16, 2021

Currently, the core project is a cargo workspace with a single package
in the rs/ directory containing the package's Cargo.toml and sources.
This prevents the crate from being published to crates.io, since the
protos dir is not part of the package directory.

To fix this, this change moves the contents of the rs/ directory to
the root of repo, replacing the cargo worksapce with a single cargo
package.

olix0r added 2 commits July 16, 2021 20:18
Currently, the core project is a cargo workspace with a single package
in the `rs/` directory containing the package's Cargo.toml and sources.
This prevents the crate from being published to crates.io, since the
`protos` dir is not part of the package directory.

To fix this, this change moves the contents of the `rs/` directory to
the root of repo, replacing the cargo worksapce with a single cargo
package.
@olix0r olix0r merged commit e6dec3f into main Jul 16, 2021
@olix0r olix0r deleted the ver/rusty-root branch July 16, 2021 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants