Skip to content

Commit

Permalink
fix: investment toml boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Mar 3, 2023
1 parent d554430 commit 9761390
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pallets/investments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[package]
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
description = "FRAME pallet template for defining custom runtime logic."
edition = "2018"
homepage = "https://substrate.dev"
license = "Unlicense"
authors = ["Centrifuge <admin@centrifuge.io>"]
description = "Provides orders for assests and allows user to collect these orders"
edition = "2021"
license = "LGPL-3.0"
name = "pallet-investments"
readme = "README.md"
repository = "https://github.com/substrate-developer-hub/substrate-node-template/"
repository = "https://github.com/centrifuge/centrifuge-chain"
version = "1.0.0"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 9761390

Please sign in to comment.