pole_specification/
lib.rs

1pub mod v1;
2
3#[test]
4fn it_works() {
5    println!("ok");
6}