mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 12:41:05 +08:00
更改目录结构
This commit is contained in:
parent
1b5c33c1d5
commit
e14ffbddb4
7
.github/workflows/builds.yml
vendored
7
.github/workflows/builds.yml
vendored
|
@ -30,11 +30,6 @@ jobs:
|
|||
# Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset.
|
||||
python-version: 3.8
|
||||
|
||||
- name: 准备
|
||||
shell: pwsh
|
||||
run: |
|
||||
cd ica-rs
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
|
@ -46,4 +41,4 @@ jobs:
|
|||
with:
|
||||
# ica-rs-{version}-{build-count}.exe
|
||||
name: ica-rs-${{ steps.get_version.outputs.value }}-${{ github.run_number }}
|
||||
path: ica-rs/target/release/ica-rs.exe
|
||||
path: ./target/release/ica-rs.exe
|
||||
|
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -6,3 +6,8 @@ config.toml
|
|||
*.pyc
|
||||
*__pycache__/
|
||||
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
|
2146
Cargo.lock
generated
Normal file
2146
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"ica-rs"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[patch.crates-io]
|
||||
rust_socketio = { git = "https://github.com/shenjackyuanjie/rust-socketio.git", branch = "mult_payload" }
|
||||
# pyo3 = { git = "https://github.com/PyO3/pyo3.git", branch = "main" }
|
|
@ -25,7 +25,3 @@ pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"]
|
|||
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["time"] }
|
||||
|
||||
[patch.crates-io]
|
||||
rust_socketio = { git = "https://github.com/shenjackyuanjie/rust-socketio.git", branch = "mult_payload" }
|
||||
# pyo3 = { git = "https://github.com/PyO3/pyo3.git", branch = "main" }
|
||||
|
|
Loading…
Reference in New Issue
Block a user