Skip to content

Commit

Permalink
chore: tidy up manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Mar 5, 2024
1 parent d02ee75 commit 21b2050
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions pop-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
[package]
name = "pop-api"
description = "Reserved crate for pop-api."
description = "Easily access the power of Polkadot via the Pop Network"
license = "GPL-3.0-only"
version = "0.0.0"
edition = "2021"

members = [
"primitives/"
]
members = ["primitives/"]

[dependencies]
ink = { version = "4.3.0", default-features = false }
sp-runtime = { version = "24.0.0", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true }
sp-runtime = { version = "24.0.0", default-features = false }

pop-api-primitives = {path = "./primitives", default-features = false}
pop-api-primitives = { path = "./primitives", default-features = false }

[lib]
name = "pop_api"
path = "src/lib.rs"
crate-type = [
"rlib",
]
crate-type = ["rlib"]

[features]
default = ["std"]
Expand Down

0 comments on commit 21b2050

Please sign in to comment.