Skip to content

Commit 298708d

Browse files
committed
[hermes] Initial commit of parser
gherrit-pr-id: G3b521f32cf769ffedd72f84e60f1e73a8d590e4c
1 parent 350f32c commit 298708d

File tree

1,380 files changed

+909015
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,380 files changed

+909015
-31
lines changed

tools/Cargo.lock

Lines changed: 229 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/Cargo.toml

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
1-
# Copyright 2018 The Fuchsia Authors
2-
#
3-
# Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0
4-
# <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT
5-
# license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.
6-
# This file may not be copied, modified, or distributed except according to
7-
# those terms.
8-
9-
[workspace]
10-
members = [
11-
"cargo-zerocopy",
12-
"generate-readme",
13-
"ui-runner",
14-
]
15-
resolver = "2"
16-
17-
[workspace.package]
18-
edition = "2021"
19-
version = "0.0.0"
20-
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
21-
license = "BSD-2-Clause OR Apache-2.0 OR MIT"
22-
publish = false
23-
24-
[workspace.dependencies]
25-
regex = "1"
26-
toml = "0.8"
1+
# Copyright 2018 The Fuchsia Authors
2+
#
3+
# Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0
4+
# <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT
5+
# license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.
6+
# This file may not be copied, modified, or distributed except according to
7+
# those terms.
8+
9+
[workspace]
10+
members = [
11+
"cargo-zerocopy",
12+
"generate-readme",
13+
"hermes",
14+
"ui-runner",
15+
]
16+
resolver = "2"
17+
18+
[workspace.package]
19+
edition = "2021"
20+
version = "0.0.0"
21+
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
22+
license = "BSD-2-Clause OR Apache-2.0 OR MIT"
23+
publish = false
24+
25+
[workspace.dependencies]
26+
regex = "1"
27+
toml = "0.8"

0 commit comments

Comments
 (0)