Skip to content

Commit

Permalink
removed big integers (will be moved to Substrate)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Aug 11, 2023
1 parent b2d9fd8 commit e3e9a2f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 1,200 deletions.
14 changes: 2 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,10 @@ let package = Package(
targets: [
.target(
name: "ScaleCodec",
dependencies: [
.product(name: "Tuples", package: "Tuples.swift"),
"DoubleWidth"
]),
.target(
name: "DoubleWidth",
dependencies: []),
dependencies: [ .product(name: "Tuples", package: "Tuples.swift") ]),
.testTarget(
name: "ScaleCodecTests",
dependencies: ["ScaleCodec"]),
.testTarget(
name: "DoubleWidthTests",
dependencies: ["ScaleCodec"]
)
dependencies: ["ScaleCodec"])
]
)

Expand Down
Loading

0 comments on commit e3e9a2f

Please sign in to comment.