aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2026-01-02 16:32:24 -0800
committerJesse Morgan <jesse@jesterpm.net>2026-01-02 16:49:23 -0800
commit8d1c655b32c365a7ec18cc0d4258c9d0a1d92d38 (patch)
treed1edd82ef6631269834f168595e0f11bc74c139b /Cargo.toml
Initial releaseHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..5c862bf
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,17 @@
+[package]
+name = "fit2mf2"
+version = "0.1.0"
+description = "Convert a Garmin FIT file into a Microformat entry"
+repository = "https://git.jesterpm.net/pub/jesterpm/fit2mf.git"
+license = "MIT"
+edition = "2021"
+
+[dependencies]
+clap = { version = "4.4.14", features = ["derive"] }
+chrono = "0.4"
+fitparser = "0.6"
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+serde_with = "3.6"
+geo-uri = { version = "0.2.1", features = ["serde"] }
+geo = "0.27.0"