File: Cargo.toml.orig

package info (click to toggle)
rust-framework-tool 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 180 kB
  • sloc: makefile: 4
file content (36 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (2)
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
[package]
name = "framework_tool"
version = "0.6.1"
description = "Tool to control Framework Computer systems"
homepage = "https://github.com/FrameworkComputer/framework-system"
repository = "https://github.com/FrameworkComputer/framework-system"
readme = "../README.md"
license = "BSD-3-Clause"
edition = "2021"

[[bin]]
name = "framework_tool"
path = "src/main.rs"

[features]
default = [ ]
readonly = [ "framework_lib/readonly" ]
nvidia = [ "framework_lib/nvidia" ]

[dependencies.framework_lib]
path = "../framework_lib"
version = "0.6.1"

[build-dependencies]
static_vcruntime = "3.0"
embed-resource = "3.0"
winresource = "0.1.17"

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"
features = [
  "wincon"
]

[package.metadata.winresource]
LegalCopyright = "Framework Computer Inc © 2022"