-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (26 loc) · 902 Bytes
/
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
[package]
name = "valve"
description = "Set a flow limit on the extruder"
version = "0.1.0"
repository = "https://github.com/casperlamboo/Valve/"
homepage = "https://github.com/casperlamboo/"
edition = "2021"
authors = [
"Casper Lamboo <[email protected], [email protected]>",
]
[[bin]]
name = "valve"
path = "src/main.rs"
[[bin]]
name = "create_plugin_template_files"
path = "create_plugin_template_files.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
curaengine_grpc_definitions = { git = "https://github.com/Ultimaker/CuraEngine_grpc_definitions", rev = "12884bb34d453d292725fd86956c5f3b1505748b" }
tonic = "0.9.2"
prost = "0.11.9"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
clap = { version = "4.4.18", features = ["derive"] }
minijinja = "1.0.12"
[env]
CURA_API_VERSION = 8