Skip to content

Commit a1e3fd9

Browse files
author
Oleg Plakida
committed
init
1 parent e1d9fbf commit a1e3fd9

38 files changed

+59315
-12
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build --@rules_rust//rust/toolchain/channel=nightly
2+
build --cxxopt=-std=c++14
3+
build --host_cxxopt=-std=c++14

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212
# Substrate
1313
*.log
1414
*.out
15+
16+
# bazel
17+
bazel-*

BUILD.bazel

Whitespace-only changes.

0 commit comments

Comments
 (0)