Directories in cargo deb

My crate is a library, but it has a server that I need to make a deb package from which is in a subdirectory (/ipc/src).

My question is whether the configuration files and DEBIAN or debian directories should hang from the root or /ipc/

Although IPC uses the library, they are completely independent.