Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 17, 2024
1 parent e067bbe commit f21b4fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[bin]]
name = "Mountain"
name = "mountain"
path = "Source/Mountain.rs"

[build-dependencies]
Expand All @@ -21,12 +21,12 @@ tokio = "1.38.0"
tokio-tungstenite = "0.23.1"

[lib]
name = "Mountain"
name = "mountain"
crate-type = ["lib", "cdylib", "staticlib"]
path = "Source/Mountain.rs"

[package]
name = "Mountain"
name = "mountain"
description = "⛰️ Mountain —"
version = "0.0.1"
edition = "2021"
Expand All @@ -35,5 +35,5 @@ autobins = false
autoexamples = false
autotests = false
publish = false
default-run = "Mountain"
default-run = "mountain"
license = "SEE LICENSE IN LICENSE"

0 comments on commit f21b4fa

Please sign in to comment.