Skip to content

Commit

Permalink
chore: [rust] refine project
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai132 committed Jan 4, 2024
1 parent 60322f1 commit b0f7c06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- 'include/**'
- 'test/**'

env:
RUST_BACKTRACE: 1

jobs:
Linux:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "rpc-core"
version = "0.3.0"
description = "a tiny rpc library for rust"
categories = ["rpc", "rpc-core", "rpc-core-net"]
homepage = "https://github.com/shuai132/rpc_core/rust"
categories = ["rpc", "rpc-core"]
homepage = "https://github.com/shuai132/rpc_core/tree/master/rust"
repository = "https://github.com/shuai132/rpc_core"
authors = ["liushuai <770722922@qq.com>"]
readme = "README.md"
Expand Down
20 changes: 0 additions & 20 deletions rust/src/net/lib.rs

This file was deleted.

0 comments on commit b0f7c06

Please sign in to comment.