-
# Output
![image](https://github.com/user-attachments/assets/4830980c-a4ef-4a4f-89c7-35eab6966740)
# File structures
```
Repo
.cargo/workspace/Cargo.toml
Crate/
src/
Cargo.toml…
-
suggests that `cargo/config.toml` isn't expected to be included in version control (I mean, why would editing one verion-controlled file be better than editing another?), but I don't see anything lik…
-
Since fuse-ufs is a binary crate, there's no library for docs.rs to document. Instead this link, if present, should point to a man page.
https://github.com/realchonk/fuse-ufs/blob/5f5e4101cb58a746…
-
**Describe the bug**
In `Cargo.toml`, if you set `actix = "1.0"` or `tokio = "1000"`, dependi will show a green tick (pictured below).
**To Reproduce**
Steps to reproduce the behavior:
1. Make a…
-
# Todo
cc @aching @banool @chen-robert @crbl69 @davidiw @wrwg @xbtmatt
- [ ] Add `pre-commit` hook for `aptos`
- [ ] Add support for testing (e.g. assert all tests pass)
- [ ] Add support f…
-
Since some time cosmic-panel cannot be built because a git-checkout always fails. By the way, the same thing also happens with cosmic-settings.
```
if ! ischroot && test "1" = "1"; then \
mkdi…
-
### `brew doctor` output
```shell
CI run https://github.com/Homebrew/homebrew-core/actions/runs/10208208304/job/28244359400#step:3:264
==> brew doctor
All steps passed!
```
### Verificat…
cho-m updated
2 weeks ago
-
Update the playground UI to have a file that creates your cargo.toml file of everything you would need to move your code over to a different IDE. I.e. after testing an anchor program in the solana pla…
-
### Problem
Given workspace with three crates:
![Image](https://github.com/user-attachments/assets/ffb995e3-7eb2-4541-9d60-7ff22fb098d6)
Where `crate1` and `crate2` use `dep` identically:
```
[depen…
-
Hi! I'm trying to run the server binary on a docker container with the following configurations:
- Kernel: Linux 5.19.0-43-generic
- Architecture: x86-64
- OS: Ubuntu 24.04.1 LTS
- cargo 1.82.0
…