time-tracker-plugin-sdk 0.4.1

SDK for developing plugins for Time Tracker
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "time-tracker-plugin-sdk"
version = "0.4.1"
authors = ["TimeTracker"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK for developing plugins for Time Tracker"
readme = "README.md"
keywords = [
    "time-tracker",
    "plugin",
    "sdk",
    "tauri",
    "time-tracking",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/bthos/time-tracker-app"

[lib]
name = "time_tracker_plugin_sdk"
path = "src/lib.rs"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"