rust/hg-core/Cargo.toml
changeset 42609 326fdce22fb2
parent 42353 d6c1dd936778
child 42754 388622cbc911
equal deleted inserted replaced
42608:717686c5e461 42609:326fdce22fb2
     1 [package]
     1 [package]
     2 name = "hg-core"
     2 name = "hg-core"
     3 version = "0.1.0"
     3 version = "0.1.0"
     4 authors = ["Georges Racinet <gracinet@anybox.fr>"]
     4 authors = ["Georges Racinet <gracinet@anybox.fr>"]
     5 description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
     5 description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
       
     6 edition = "2018"
     6 
     7 
     7 [lib]
     8 [lib]
     8 name = "hg"
     9 name = "hg"
     9 
    10 
    10 [dev-dependencies]
    11 [dev-dependencies]