Skip to content

Commit

Permalink
set up folders
Browse files Browse the repository at this point in the history
  • Loading branch information
misha7b committed Oct 3, 2024
1 parent 20596f0 commit bb32812
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/localisation/filtering/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "hyped_localisation"
version = "0.1.0"
edition = "2021"

[dependencies]
nalgebra = "0.33.0"
1 change: 1 addition & 0 deletions lib/localisation/filtering/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#![no_std]
7 changes: 7 additions & 0 deletions lib/localisation/preprocessing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "hyped_localisation"
version = "0.1.0"
edition = "2021"

[dependencies]
nalgebra = "0.33.0"
1 change: 1 addition & 0 deletions lib/localisation/preprocessing/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#![no_std]

0 comments on commit bb32812

Please sign in to comment.