We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22e3e0 commit e78aa40Copy full SHA for e78aa40
Cargo.toml
@@ -1,6 +1,10 @@
1
[package]
2
name = "seeyou-cupx"
3
version = "0.0.0"
4
+description = "A Rust library for parsing and writing SeeYou CUPX files, commonly used in aviation and gliding for waypoints with attached pictures"
5
+license = "MIT OR Apache-2.0"
6
+repository = "https://github.com/Turbo87/seeyou-cupx-rs"
7
edition = "2024"
8
+exclude = ["docs/*", "examples/*", "tests/*", ".gitignore"]
9
10
[dependencies]
0 commit comments