Skip to content

Commit

Permalink
move lib implementation into dedicated repository
Browse files Browse the repository at this point in the history
  • Loading branch information
holzhey committed May 27, 2024
1 parent 9775a32 commit b2a67cc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 564 deletions.
10 changes: 9 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quick-xml = { version = "0.31.0", features = ["serialize"] }
reqwest = { version = "0.12.4", features = ["blocking"] }
serde = { version = "1.0.203", features = ["derive"] }
noaa-spc-rss-parser = { git = "https://github.com/holzhey/noaa-spc-rss-parser.git" }
Loading

0 comments on commit b2a67cc

Please sign in to comment.