Skip to content

Commit

Permalink
update cargo for release
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Aug 27, 2024
1 parent b3a114d commit 0fda0f3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
[package]
name = "Peng"
name = "peng_quad"
version = "0.1.0"
edition = "2021"
authors = ["Yang Zhou <[email protected]>"]
description = "Peng is a minimal quadrotor pipeline including quadrotor dynamics, IMU simulation, various trajectory planners, PID controller and depth map rendering."
license = "MIT OR Apache-2.0"
documentation = "https://makeecat.github.io/Peng"
homepage = "https://github.com/makeecat/Peng"
repository = "https://github.com/makeecat/Peng"
categories = [
"science::robotics",
"aerospace::simulation",
"aerospace::unmanned-aerial-vehicles",
"algorithms",
]
keywords = ["quadrotor", "uav", "minimal", "simulation"]
readme = "README.md"

[dependencies]
nalgebra = "0.33.0"
rand = "0.8.5"
rand_distr = "0.4.3"
rerun = "0.18.0"
ndarray= "0.15.6"
ndarray = "0.15.6"

0 comments on commit 0fda0f3

Please sign in to comment.