Skip to content

Commit e78aa40

Browse files
committed
Add Cargo metadata
1 parent c22e3e0 commit e78aa40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[package]
22
name = "seeyou-cupx"
33
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"
47
edition = "2024"
8+
exclude = ["docs/*", "examples/*", "tests/*", ".gitignore"]
59

610
[dependencies]

0 commit comments

Comments
 (0)