changes to trigger CI
This commit is contained in:
parent
1bf54d08da
commit
9dfe4eb2ef
|
@ -9,8 +9,8 @@ RUN apk add --no-cache \
|
||||||
perl \
|
perl \
|
||||||
zlib \
|
zlib \
|
||||||
make \
|
make \
|
||||||
# && cargo install wasm-pack \
|
&& cargo install wasm-pack \
|
||||||
# && rustup target add wasm32-unknown-unknown \
|
&& rustup target add wasm32-unknown-unknown \
|
||||||
&& chmod +x /bin/plugin.sh
|
&& chmod +x /bin/plugin.sh
|
||||||
|
|
||||||
ENTRYPOINT /bin/plugin.sh
|
ENTRYPOINT /bin/plugin.sh
|
|
@ -1,3 +1,7 @@
|
||||||
# Os & Xs Rust
|
# Os & Xs Rust
|
||||||
|
|
||||||
This crate contains implementation(s) for naughts & crosses algorithm(s).
|
This crate contains implementation(s) for naughts & crosses algorithm(s).
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Algorithms
|
||||||
|
|
Loading…
Reference in New Issue