Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
18e3909b
Commit
18e3909b
authored
Dec 15, 2018
by
Hero Bird
Browse files
[pdsl_core] Update Cargo include paths to new system
The new system uses similar patterns as .gitignore does.
parent
92967628
Changes
1
Hide whitespace changes
Inline
Side-by-side
pdsl_core/Cargo.toml
View file @
18e3909b
...
...
@@ -15,7 +15,7 @@ description = "[pDSL: Parity eDSL] Rust based eDSL for writing smart contracts f
keywords
=
[
"wasm"
,
"parity"
,
"webassembly"
,
"blockchain"
,
"edsl"
]
categories
=
[
"no-std"
,
"embedded"
]
include
=
[
"Cargo.toml"
,
"src/**/*.rs"
,
"README.md"
,
"LICENSE"
]
include
=
[
"
/
Cargo.toml"
,
"src/**/*.rs"
,
"
/
README.md"
,
"
/
LICENSE"
]
[dependencies]
parity-codec
=
{
version
=
"2.0"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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