# Does Manifest.toml belong in the repository?

**URL:** https://discourse.julialang.org/t/does-manifest-toml-belong-in-the-repository/12029
**Category:** General Usage
**Tags:** question
**Created:** [June 28, 2018, 11:26am UTC](https://discourse.julialang.org/t/does-manifest-toml-belong-in-the-repository/12029 "2018-06-28T11:26:15Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [June 28, 2018, 11:37am UTC](https://discourse.julialang.org/t/does-manifest-toml-belong-in-the-repository/12029/2 "2018-06-28T11:37:41Z")

</div>

The Manifest allows someone to replicate the exact version of the dependencies that was recorded in the manifest on e.g. another machine. For a package that is to be used as a library, this is not super useful because there will be some other Manifest dictating the versions of what is installed.  
However, for an “application”, i.e. something at “top level” (say your julia code to do the simulations in a scientific paper) then it is likely useful to be able to replicate that exact state and the Manifest is thus useful to check in.

---

_[View the full topic](https://discourse.julialang.org/t/does-manifest-toml-belong-in-the-repository/12029)._
