Private
Public Access
1
0

v を更新

2026-01-03 16:31:51 +00:00
parent 28665d8769
commit 4651650fd0

4
v.md

@@ -16,6 +16,10 @@ $ cd ./tmp
> Cargo.toml > Cargo.toml
```toml:Cargo.toml ```toml:Cargo.toml
[package]
name = "example-osc"
edition = "2021"
[dependencies] [dependencies]
rosc = "0.10" rosc = "0.10"
``` ```