Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valkyrie-language/legion.rs
The Valkyrie package manager
https://github.com/valkyrie-language/legion.rs
legion package-manager valkyrie
Last synced: 4 days ago
JSON representation
The Valkyrie package manager
- Host: GitHub
- URL: https://github.com/valkyrie-language/legion.rs
- Owner: valkyrie-language
- License: mpl-2.0
- Created: 2023-02-11T06:58:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T12:04:55.000Z (6 days ago)
- Last Synced: 2025-02-08T13:22:20.208Z (6 days ago)
- Topics: legion, package-manager, valkyrie
- Language: Rust
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
Rust Template Project
=====================Rust template project for monorepo
## Single project directory structure
```sh
- source/ # Source Code
- target/ # Artifacts
- valor.toml # Valor configuration
```## Multi-project directory structure
```sh
- config/valor.toml
- valor.toml
```