Compare commits
2 Commits
7a2e58b1b9
...
dda50e7d2b
Author | SHA1 | Date | |
---|---|---|---|
dda50e7d2b | |||
693f349ae3 |
@ -19,6 +19,8 @@ steps:
|
||||
- name: push
|
||||
image: rust:1-alpine
|
||||
commands:
|
||||
- apk add --no-cache musl-dev
|
||||
- cargo build -p chgk_ledb_lib
|
||||
- cargo publish --registry gitea -p chgk_ledb_lib
|
||||
environment:
|
||||
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||
|
@ -2,9 +2,9 @@
|
||||
name = "chgk_ledb_lib"
|
||||
version = "1.1.0"
|
||||
authors = ["Dmitry <b4tm4n@mail.ru>"]
|
||||
edition = "2021"
|
||||
repository = "https://gitea.b4tman.ru/b4tman/chgk_ledb"
|
||||
license-file = "LICENSE"
|
||||
edition = "2021"
|
||||
repository = "https://gitea.b4tman.ru/b4tman/chgk_ledb"
|
||||
license = "MIT"
|
||||
description = "Библиотека для доступа к файлу базы данных вопросов ЧГК"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
Loading…
Reference in New Issue
Block a user