mirror of
https://github.com/fluencelabs/crate-versions-experiment
synced 2025-03-16 00:40:49 +00:00
license description
This commit is contained in:
parent
6c5ddf1749
commit
c69318a2f1
@ -3,5 +3,7 @@ name = "release-experiment-inner-crate"
|
||||
version = "0.1.1"
|
||||
authors = ["folex <0xdxdy@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Experimenting with semver on crates.io"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
|
BIN
target/package/release-experiment-inner-crate-0.1.1.crate
Normal file
BIN
target/package/release-experiment-inner-crate-0.1.1.crate
Normal file
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
{
|
||||
"git": {
|
||||
"sha1": "2aebb29ba951be1eaf9762891e3cb5e3a1dccc6f"
|
||||
}
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies
|
||||
#
|
||||
# If you believe there's an error in this file please file an
|
||||
# issue against the rust-lang/cargo repository. If you're
|
||||
# editing this file be aware that the upstream Cargo.toml
|
||||
# will likely look very different (and much more reasonable)
|
||||
|
||||
[package]
|
||||
edition = "2018"
|
||||
name = "release-experiment-inner-crate"
|
||||
version = "0.1.1"
|
||||
authors = ["folex <0xdxdy@gmail.com>"]
|
||||
|
||||
[dependencies]
|
7
target/package/release-experiment-inner-crate-0.1.1/Cargo.toml.orig
generated
Normal file
7
target/package/release-experiment-inner-crate-0.1.1/Cargo.toml.orig
generated
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "release-experiment-inner-crate"
|
||||
version = "0.1.1"
|
||||
authors = ["folex <0xdxdy@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
@ -0,0 +1,3 @@
|
||||
pub fn inner() -> String {
|
||||
"inner".to_string()
|
||||
}
|
@ -0,0 +1 @@
|
||||
{"rustc_fingerprint":14073455351661305807,"outputs":{"1164083562126845933":["rustc 1.50.0-nightly (f76ecd066 2020-12-15)\nbinary: rustc\ncommit-hash: f76ecd0668fcdb289456cdc72a39ad15467cc454\ncommit-date: 2020-12-15\nhost: x86_64-apple-darwin\nrelease: 1.50.0-nightly\n",""],"4476964694761187371":["___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/folex/.rustup/toolchains/nightly-x86_64-apple-darwin\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_feature=\"ssse3\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_has_atomic_equal_alignment=\"16\"\ntarget_has_atomic_equal_alignment=\"32\"\ntarget_has_atomic_equal_alignment=\"64\"\ntarget_has_atomic_equal_alignment=\"8\"\ntarget_has_atomic_equal_alignment=\"ptr\"\ntarget_has_atomic_load_store=\"128\"\ntarget_has_atomic_load_store=\"16\"\ntarget_has_atomic_load_store=\"32\"\ntarget_has_atomic_load_store=\"64\"\ntarget_has_atomic_load_store=\"8\"\ntarget_has_atomic_load_store=\"ptr\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_thread_local\ntarget_vendor=\"apple\"\nunix\n",""]},"successes":{}}
|
@ -0,0 +1,3 @@
|
||||
Signature: 8a477f597d28d172789f06886806bc55
|
||||
# This file is a cache directory tag created by cargo.
|
||||
# For information about cache directory tags see https://bford.info/cachedir/
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
@ -0,0 +1 @@
|
||||
06ada91ccc5048e1
|
@ -0,0 +1 @@
|
||||
{"rustc":13486902451950592951,"features":"[]","target":15505551127129780224,"profile":18074012566298724745,"path":10872709659218687626,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/release-experiment-inner-crate-8974c7ebd6aaf120/dep-lib-release-experiment-inner-crate"}}],"rustflags":[],"metadata":11279973702608874087,"config":0}
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
/Users/folex/Development/crate-version-experiment/target/package/release-experiment-inner-crate-0.1.1/target/debug/deps/release_experiment_inner_crate-8974c7ebd6aaf120.rmeta: src/lib.rs
|
||||
|
||||
/Users/folex/Development/crate-version-experiment/target/package/release-experiment-inner-crate-0.1.1/target/debug/deps/librelease_experiment_inner_crate-8974c7ebd6aaf120.rlib: src/lib.rs
|
||||
|
||||
/Users/folex/Development/crate-version-experiment/target/package/release-experiment-inner-crate-0.1.1/target/debug/deps/release_experiment_inner_crate-8974c7ebd6aaf120.d: src/lib.rs
|
||||
|
||||
src/lib.rs:
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
/Users/folex/Development/crate-version-experiment/target/package/release-experiment-inner-crate-0.1.1/target/debug/librelease_experiment_inner_crate.rlib: /Users/folex/Development/crate-version-experiment/target/package/release-experiment-inner-crate-0.1.1/src/lib.rs
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user