This website requires JavaScript.
Explore
Help
Sign In
KA-DEVS
/
sfsmc
Watch
5
Star
1
Fork
0
You've already forked sfsmc
Code
Issues
Pull Requests
Releases
Wiki
Activity
main
sfsmc
/
Cargo.toml
2 lines
44 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
Change project structure For the server and "client" to be able to communicate with eachother, I'll be using DBus (https://www.freedesktop.org/wiki/Software/dbus/) and the dbus-crate (https://crates.io/crates/dbus/). Also, it will probably be better to split the server and client/daemon and control utility in two separate projects (using Cargo's workspaces (https://doc.rust-lang.org/cargo/reference/workspaces.html)).
2020-08-04 17:00:50 +02:00
[
workspace
]
Move dependencies to member manifests ...because apparently it's not allowed to have dependencies in the workspace manifest if it only defines other members and isn't a member itself or something :man_shrugging:
2020-08-20 17:41:21 +02:00
members
=
[
"sfsmcd"
,
"sfsmcctl"
]
Reference in New Issue
Copy Permalink