Skip to content

Commit

Permalink
chore: fix cargo dist plan
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed May 14, 2024
1 parent db5bd8e commit 8c068ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "oracles-offchain"
name = "oracles"
version = "0.1.0"
edition = "2021"
default-run = "oracles-offchain"
default-run = "oracles"
description = "Oracles"
homepage = "https://github.com/butaneprotocol/oracles"
repository = "https://github.com/butaneprotocol/oracles"
Expand Down Expand Up @@ -47,6 +47,9 @@ tracing-subscriber = { version = "0.3", features = ["json"] }
uuid = { version = "1.7.0", features = ["v4"] }
x25519-dalek = { version = "2", features = ["serde"] }

[package.metadata.dist]
dist = true

# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
Expand Down

0 comments on commit 8c068ed

Please sign in to comment.