preview version 0, re-export spacepackets

This commit is contained in:
2023-01-10 17:08:30 +01:00
parent ef547b4d80
commit af8a7e3e7a
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "satrs-core"
version = "0.1.0"
version = "0.1.0-pre0"
edition = "2021"
# 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
[dependencies.spacepackets]
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
# branch = "all_features"
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
version = "0.4.0"
default-features = false

View File

@ -34,3 +34,5 @@ pub mod pus;
pub mod res_code;
pub mod seq_count;
pub mod tmtc;
pub use spacepackets;