File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " cucumber_book_tests "
2
+ name = " cucumber-book-tests "
3
3
version = " 0.0.0"
4
4
edition = " 2018"
5
5
resolver = " 2"
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
+ #![ doc(
12
+ html_logo_url = "https://avatars.githubusercontent.com/u/91469139?s=128" ,
13
+ html_favicon_url = "https://avatars.githubusercontent.com/u/91469139?s=256"
14
+ ) ]
11
15
#![ doc = include_str ! ( "../README.md" ) ]
12
16
#![ deny(
13
17
nonstandard_style,
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
+ #![ doc(
12
+ html_logo_url = "https://avatars.githubusercontent.com/u/91469139?s=128" ,
13
+ html_favicon_url = "https://avatars.githubusercontent.com/u/91469139?s=256"
14
+ ) ]
11
15
#![ doc = include_str ! ( "../README.md" ) ]
12
16
#![ deny(
13
17
nonstandard_style,
You can’t perform that action at this time.
0 commit comments