blob: 692dda91098fc42d8a1654ceea55b538db88496c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "shirabe-php-rpc"
version.workspace = true
edition.workspace = true
[dependencies]
shirabe-external-packages.workspace = true
tempfile.workspace = true
[lints]
workspace = true
|