Start adding stop logic #3
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -371,7 +371,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ops-sat-rs"
|
name = "ops-sat-rs"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"derive-new",
|
"derive-new",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ops-sat-rs"
|
name = "ops-sat-rs"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
@ -15,10 +15,18 @@ You might need to set the [`CROSS_CONTAINER_ENGINE`](https://github.com/cross-rs
|
|||||||
and [`CROSS_ROOTLESS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/blob/main/docs/environment_variables.md#configuring-cross-with-environment-variables)
|
and [`CROSS_ROOTLESS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/blob/main/docs/environment_variables.md#configuring-cross-with-environment-variables)
|
||||||
variables manually before calling cross.
|
variables manually before calling cross.
|
||||||
|
|
||||||
|
### Debug Build
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cross build
|
cross build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Release Build
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cross build --release
|
||||||
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki)
|
The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki)
|
||||||
|
Loading…
Reference in New Issue
Block a user