-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
40 lines (32 loc) · 819 Bytes
/
Cargo.toml
File metadata and controls
40 lines (32 loc) · 819 Bytes
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
38
39
40
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# Autogenerated Cargo.toml configuration file
# This file was generated by OptimizationEngine
#
# See https://alphaville.github.io/optimization-engine/
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[package]
name = "quadrotor_mpc"
version = "0.0.0"
license = "MIT"
authors = ["John Smith"]
edition = "2018"
publish=false
[dependencies]
optimization_engine = "*"
icasadi_quadrotor_mpc = {path = "./icasadi_quadrotor_mpc/"}
peng_quad = "0.5.4"
nalgebra = "0.33.2"
rand = "0.9.0"
rand_distr = "0.5.0"
rand_chacha = "0.9.0"
rerun = "0.22.0"
thiserror = "2.0.11"
serde = { version = "1.0.217", features = ["derive"] }
serde_yaml = "0.9.34"
env_logger = "0.11.6"
log = "0.4.25"
rayon = "1.10.0"
[lib]
crate-type = ["rlib"]