-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
37 lines (34 loc) · 1.19 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "clipperd"
version = "0.1.5"
edition = "2021"
authors = ["James Koonts <[email protected]>"]
description = "Keyboard shortcuts to paste selected text to secondary clipboard"
license = "MIT"
repository = "https://github.com/helloimalemur/clipperd"
keywords = ["clipperd", "clipboard"]
readme = "README.md"
[dependencies]
magic-crypt = "3.1.13"
keybind = "0.1.0"
x11-clipboard = "0.9.2"
rand = { version = "0.9.0-alpha.2" }
clipboard = "0.5.0"
[package.metadata.bundle]
name = "Clipperd"
identifier = "com.koonts.wordcount"
#icon = ["32x32.png", "128x128.png", "[email protected]"]
#version = "1.0.0"
#resources = ["assets", "images/**/*.png", "secrets/public_key.txt"]
#copyright = "Copyright (c) Jane Doe 2016. All rights reserved."
#category = "Developer Tool"
short_description = "Clipperd"
#long_description = """
#Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
#eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
#enim ad minim veniam, quis nostrud exercitation ullamco laboris
#nisi ut aliquip ex ea commodo consequat.
#"""
#deb_depends = ["libgl1-mesa-glx", "libsdl2-2.0-0 (>= 2.0.5)"]
#osx_frameworks = ["SDL2"]
#osx_url_schemes = ["com.doe.exampleapplication"]