Skip to content

Commit

Permalink
Sort Cargo.toml, add license (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers authored Dec 7, 2023
1 parent f5e8e29 commit 82273da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions modeling-cmds/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- .github/workflows/ci.yml
- Cargo.lock
- Cargo.toml
- '**/Cargo.toml'
- rust-toolchain.toml
permissions: read-all
name: Rust CI
Expand Down
4 changes: 2 additions & 2 deletions modeling-cmds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Commands in the KittyCAD Modeling API"
rust-version = "1.74"
repository = "https://github.com/KittyCAD/modeling-api"
keywords = ["kittycad"]

license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand All @@ -18,13 +18,13 @@ diesel_derives = "2.1.2"
enum-iterator = "1.4.1"
enum-iterator-derive = "1.2.1"
euler = "0.4.1"
kittycad-unit-conversion-derive = { path = "../unit-conversion-derive" }
measurements = "0.11.0"
parse-display = "0.8.2"
parse-display-derive = "0.8.2"
schemars = { version = "0.8.16", features = ["bigdecimal04", "chrono", "url", "uuid1"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_bytes = "0.11.12"
kittycad-unit-conversion-derive = { path = "../unit-conversion-derive" }
uuid = { version = "1.6.1", features = ["serde"] }

[lints]
Expand Down

0 comments on commit 82273da

Please sign in to comment.