Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
70ea6f2e
Commit
70ea6f2e
authored
Jan 09, 2019
by
Hero Bird
Browse files
[examples/Subpeep] Use special pDSL impl of parity-codec (fork)
Read previous commit for more info.
parent
ba45526d
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/subpeep/Cargo.toml
View file @
70ea6f2e
...
...
@@ -7,11 +7,16 @@ edition = "2018"
[dependencies]
pdsl_core
=
{
path
=
"../../pdsl_core"
}
parity-codec
=
{
version
=
"2.0.4"
,
default-features
=
false
}
lazy_static
=
{
version
=
"1.2"
,
features
=
["spin_no_std"]
}
spin
=
{
version
=
"0.4"
,
default-features
=
false
}
[dependencies.parity-codec]
version
=
"2.0"
default-features
=
false
features
=
["derive"]
git
=
"https://github.com/robbepop/parity-codec"
branch
=
"pdsl_impl"
[lib]
name
=
"subpeep"
crate-type
=
["cdylib"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment