@hague I could be wrong, but I believe if you use as lib_deps is a better solution, because the PlatformIO can update automatically the library in the future. Not only that, your code build more faster (because the library use a shared objects - *.o files).
Other interesting point is to add more libraries to project. But again, this is IMHO about the way to use PlatformIO.