https://github.com/highb/bazel-rust-research
Trying out building a rust project with Bazel
https://github.com/highb/bazel-rust-research
Last synced: 3 months ago
JSON representation
Trying out building a rust project with Bazel
- Host: GitHub
- URL: https://github.com/highb/bazel-rust-research
- Owner: highb
- License: mit
- Created: 2021-05-28T17:17:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T02:38:57.000Z (over 2 years ago)
- Last Synced: 2025-01-20T11:48:03.065Z (over 1 year ago)
- Language: Starlark
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bazel-rust-research
Trying out building a rust project with Bazel
## Building
`bazel build //hello-rs:hello_world`
## Running
`bazel run //hello-rs:hello_world`