preview version 0, re-export spacepackets
This commit is contained in:
parent
ef547b4d80
commit
af8a7e3e7a
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "satrs-core"
|
name = "satrs-core"
|
||||||
version = "0.1.0"
|
version = "0.1.0-pre0"
|
||||||
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
|
||||||
@ -46,8 +46,7 @@ default-features = false
|
|||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.spacepackets]
|
[dependencies.spacepackets]
|
||||||
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
||||||
# branch = "all_features"
|
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
|
@ -34,3 +34,5 @@ pub mod pus;
|
|||||||
pub mod res_code;
|
pub mod res_code;
|
||||||
pub mod seq_count;
|
pub mod seq_count;
|
||||||
pub mod tmtc;
|
pub mod tmtc;
|
||||||
|
|
||||||
|
pub use spacepackets;
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 481de83fdb657b8de299b63f1b504299d5e85e31
|
Subproject commit d972dd52230a524edacb4896c5e30f03f38ffd2a
|
Loading…
Reference in New Issue
Block a user