info about deps

master
rascul 2 years ago
parent ca7ff6c14a
commit dfcf868583

@ -94,3 +94,81 @@ name = "window manager"
command = "twm"
hold = true
```
## Dependencies
### Older Dependencies
A couple deps (mio and signal-hook) are getting a bit old. Mio changed the API
with v0.7.0 and I'm currently unable to put forth the time required to update
it.
# Tree
Output of `cargo tree`:
~~~
sup v0.1.0 (/home/rascul/src/sup)
├── chrono v0.4.10
│ ├── num-integer v0.1.41
│ │ └── num-traits v0.2.10
│ │ [build-dependencies]
│ │ └── autocfg v0.1.7
│ │ [build-dependencies]
│ │ └── autocfg v0.1.7
│ ├── num-traits v0.2.10 (*)
│ └── time v0.1.42
│ └── libc v0.2.126
├── colored v2.0.0
│ ├── atty v0.2.13
│ │ └── libc v0.2.126
│ └── lazy_static v1.4.0
├── dirs v4.0.0
│ └── dirs-sys v0.3.7
│ └── libc v0.2.126
├── fern v0.6.1
│ ├── colored v1.9.0
│ │ ├── atty v0.2.13 (*)
│ │ └── lazy_static v1.4.0
│ └── log v0.4.8
│ └── cfg-if v0.1.10
├── getopts v0.2.21
│ └── unicode-width v0.1.7
├── log v0.4.8 (*)
├── mio v0.6.21
│ ├── cfg-if v0.1.10
│ ├── iovec v0.1.4
│ │ └── libc v0.2.126
│ ├── libc v0.2.126
│ ├── log v0.4.8 (*)
│ ├── net2 v0.2.33
│ │ ├── cfg-if v0.1.10
│ │ └── libc v0.2.126
│ └── slab v0.4.2
├── mio-child-process v0.2.1
│ ├── libc v0.2.126
│ ├── mio v0.6.21 (*)
│ └── mio-extras v2.0.6
│ ├── lazycell v1.2.1
│ ├── log v0.4.8 (*)
│ ├── mio v0.6.21 (*)
│ └── slab v0.4.2
├── serde v1.0.103
├── serde_derive v1.0.103 (proc-macro)
│ ├── proc-macro2 v1.0.40
│ │ └── unicode-ident v1.0.2
│ ├── quote v1.0.2
│ │ └── proc-macro2 v1.0.40 (*)
│ └── syn v1.0.98
│ ├── proc-macro2 v1.0.40 (*)
│ ├── quote v1.0.2 (*)
│ └── unicode-ident v1.0.2
├── signal-hook v0.1.12
│ ├── libc v0.2.126
│ ├── mio v0.6.21 (*)
│ └── signal-hook-registry v1.2.0
│ ├── arc-swap v0.4.4
│ └── libc v0.2.126
└── toml v0.5.5
└── serde v1.0.103
~~~

Loading…
Cancel
Save