FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi/java/Cargo.toml at main · noneback/openapi · GitHub
noneback
/
openapi
Public
forked from
longbridge/openapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi
/
java
/
Cargo.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (17 loc) · 443 Bytes
Breadcrumbs
openapi
/
java
/
Cargo.toml
Copy path
File metadata and controls
20 lines (17 loc) · 443 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
package
]
edition.workspace
=
true
name
=
"
longport-java
"
version
=
"
3.0.0
"
[
lib
]
crate-type
= [
"
cdylib
"
]
[
dependencies
]
longport
= {
path
=
"
../rust
"
}
longport-java-macros
= {
path
=
"
./crates/macros
"
}
jni
=
"
0.21.0
"
thiserror
=
"
1.0.31
"
tokio
= {
version
=
"
1.19.2
"
,
features
= [
"
rt-multi-thread
"
] }
once_cell
=
"
1.12.0
"
time
=
"
0.3.9
"
parking_lot
=
"
0.12.1
"
serde_json
=
"
1.0.93
"
serde
= {
version
=
"
1.0.152
"
,
features
= [
"
derive
"
] }
Back
|
FazBrowse Home
|
New Git URL