https://github.com/lostmsu/rust.cargo
CLR-based library for Rust package manager and build system Cargo
https://github.com/lostmsu/rust.cargo
Last synced: over 1 year ago
JSON representation
CLR-based library for Rust package manager and build system Cargo
- Host: GitHub
- URL: https://github.com/lostmsu/rust.cargo
- Owner: lostmsu
- License: mit
- Created: 2015-06-03T05:19:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T22:21:49.000Z (about 11 years ago)
- Last Synced: 2025-04-02T06:09:33.815Z (over 1 year ago)
- Language: C#
- Size: 617 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust.Cargo
CLR-based library for Rust package manager and build system Cargo
# Building
This project depends on HyperTomlProcessor portable library, which I am also working on. Since Rust.Cargo is in its early stages (and so is portable HyperTomlProcessor), NuGet is not yet used between them. So to build succesfully, proper directory structure should be maintained:
sourceRoot\
- OSS\
- HyperTomlProcessor\ (branch features/portable from https://github.com/lostmsu/HyperTomlProcessor/ )
- Rust\
- Cargo\ (this project)
Once you have this folder structure, and proper branches, you should be able to build Lost.Rust.Cargo.sln