...项目
```shell
scarb new ownable
cd ownable
code .
```

### 项目目录结构
```shell
ownable on main [?] via 🅒 base
➜ tree . -L 6 -I 'target'
.
├── Sca...